BODY  {
	background-color: #ffffff;
	font-family: arial;
	color: Black;
}

A  {
	font-family: arial, sans-serif;
	color : #000000;
	text-decoration : none;
}

A:Visited  {
	color : #000000;
}

A:Active  {
	color : #000000;
}

A:Hover  {
	color : #004D3D;
	text-decoration : underline;
}


