a:link
{
	text-decoration= none;
	color: rgb(51,51,51);
}
a:visited
{
	text-decoration= none;
      color: rgb(51,51,51);	
} 
a:active 
{
	text-decoration= none;
      color: rgb(255,0,0);
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: rgb(0,0,0);
	font-size: 10pt;
	color: rgb(255,255,255);
}


