a:link
{
	text-decoration: none; color: rgb(0,0,204); 
}
a:visited
{
	text-decoration: none; color: rgb(0,0,0); 
} 
a:active 
{
	text-decoration: none; color: rgb(204,0,0);
}
body
{
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color: rgb(239,239,239);
	color: rgb(0,0,102);
}

