a:link
{
	color: rgb(255,153,0);
}
a:visited
{
	color: rgb(153,153,0);
}
a:active
{
	color: rgb(102,153,51);
}
body
{
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
}
p
{
	margin-top: 0; 
	margin-bottom: 0
}