a:link
{
	color: rgb(0,128,0); 
}
a:visited
{
	color: rgb(0,0,128); 
} 
a:active 
{
	color: rgb(204,0,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(102,255,51);
}
