A:link, A:visited, A:active {
  text-decoration: none; 
  color: Blue;
  font-weight: bold; 
}
A:hover { 
  color: Red;
  font-weight: bold; 
}

BODY, TABLE, TR, TD, UL, LI {
  font-family: Verdana, Arial, Helvetica;  
  font-size: 11px; 
  font-weight: normal; 
}
.Copyright {
  font-family: Arial, Helvetica, Verdana; 
  font-size: 10px; 
  font-weight: normal; 
  color: #333333;
}


