body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	text-decoration: none;
	background-color: #D2F0FF;
}
body, td {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
a:link { color:#000000;  text-decoration: none;  font-weight: bold;  }
a:visited { color:#000000; text-decoration: none;   font-weight: bold;  }
a:hover {
	color: Red;
	text-decoration: underline overline;
	font-weight: bold;  
}
a:active { color:#000000; font-weight:bold;}

