a:link
{
	color: rgb(255,255,255);
}
a:visited
{
	color: rgb(255,255,255); 
} 
a:active 
{
	color: rgb(255,255,255);
}
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: white;
	background-color: #FF6666;
}