BODY { margin: 0px; }
BODY, TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;	
}
A, A:link, A:visited {
  color : Blue;
  text-decoration: underline;
}
A:hover, A:visited:hover  { 
  color : Blue; 
  text-decoration: none; 
}
.footer {
  font-size : 10px;
  font-weight : bold;
  text-align : center;
  color: #666;
}