BODY  {
	background-color: white;
	font-family: arial, sans-serif;
	color: black;
}

A  {
	font-family: arial, sans-serif;
	color : #003333;
	text-decoration : underline;
}

A:Visited  {
	color : #003333;
}

A:Active  {
	color : #003333;
}

A:Hover  {
	color : #cc3300;
	text-decoration : underline;
}




