body {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt ; background-color: #002200; color: black ;}

table {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt ; background-color: #ffffff ; color: black ;}



a:hover  {
	color : red;
	background-color : #CCDDEE;
}

A:link  {
	color : blue;
	text-decoration : none;
}

A:visited  {
	color : blue;
	text-decoration : none;
}

A:active  {
	color : red;
	text-decoration : none;
}




