BODY  {
	background-color: #0E8250;
	font-family: arial, sans-serif;
	color: #000000;
}

A  {
	font-family: arial, sans-serif;
	color : #B40000;
	text-decoration : none;
}

A:Visited  {
	color : #B40000;
}

A:Active  {
	color : #B40000;
}

A:Hover  {
	color : #ff0000;
	text-decoration : underline;
}


