a {
	color: White;
	text-decoration: underline;
}
a:hover {
	color: orange;
	text-decoration: none;
}

a:visited {
		color:#E0E0E0 ;
	text-decoration: underline;
}



td { 
font-family:Verdana,sans-serif; font-size:11px; color:white; 
}

body {
	background: White;
	background-color: White;
}


ul {
margin-top:0px;
}


