body {
        background-color: rgb(0,0,0);
        color: rgb(51,204,153);
        line-height: 140%;
}

a:link {
        color: rgb(204,0,153);
}

a:visited {
        color: rgb(204,153,255);
}

a:active {
        color: rgb(255,0,0);
}

#hide {
        color: rgb(204,204,204);
	
}

