A:LINK {
  
  color : black;
  font-size : 12px;
  font-weight : bold;
  
  margin-top : 2px;
  margin-left : 2px;

  margin-right : 2px;
  margin-bottom : 2px;
  font-family : "Trebuchet MS";
  text-decoration : none;
}
A:VISITED {
  
  color : #666666;
  font-size : 12px;
  font-weight : bold;
  
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
  font-family : "Trebuchet MS";
  text-decoration : none;
}
A:ACTIVE {
  
  color : navy;
  font-size : 12px;
  font-weight : bold;
  font-family : "Trebuchet MS";
  
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
  text-decoration : none;
}
A:HOVER {
  color : red;
  text-decoration : none;
  font-size : 12px;
  font-family : "Trebuchet MS";
  font-weight : bold;
  
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;

}