body {background-color: 000000}
p, td 
{
color: FFFFFF;
}
a:link
{
color: FF0000;
text-decoration: none;
}
a:visited { 
	color: #FF3333;
text-decoration: none;
	}
a:hover { 
	color: #000000;
	background-color: #FF0000;
	text-decoration: none;
	}
a:active { 
	color: #333333;
text-decoration: none;
	}

