a:link
{
	color: rgb(#CC0000); 
}
a:visited
{
	color: rgb(#FF6600); 
} 
a:active 
{
	color: rgb(#FF3300);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(0,0,0);
}