a:link
{
	text-decoration= none;
	color: rgb(255,255,255);	
}
a:visited
{
	text-decoration= none;
	color: rgb(255,255,255);
} 
a:active 
{
	text-decoration= none;
	color: rgb(255,0,0);
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	scrollbar-face-color: #000000; 
	scrollbar-arrow-color: #ff3300; 
	scrollbar-track-color: #393939;
	background-color: rgb(66,99,FF);
	font-size: 10pt;
	color: rgb(102,102,255);
}

