body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;  
  background-image: url(LDSfadeBG.jpg);
  margin-top: 0;
  line-height: 125%
  
}

BODY, TD {
	font-family : Verdana;
	font-size: 12px;
	text-align: left;
	color: black;
	line-height: 150%;
}

A {
	text-decoration: underline;
	color: blue;
}

A:Hover {
	text-decoration: none;
	color: red;
	background : white;
}