body {
   background-color: #fff;
   color: #000;
   }

p,td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   }

a:link {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}