a:link
{
	color: rgb(0,100,0); 
	text-decoration : none;
}

a:visited
{
	color: rgb(0,100,0); 
	text-decoration : none;
} 

a:active 
{
	color: rgb(0,100,0);
	text-decoration : none;
}
a:hover
{
	color: rgb(130,195,0);
	text-decoration : none;
}

body
{
	font-family: Arial, Verdana, Helvetica;
	background-color: rgb(235,255,120);
	color: rgb(0,100,0);
	font-size: 11pt
}