  
A{
  color : gray;
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : gray;
}
A:LINK{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
H5{
  font-size : 22pt;
  font-family : Verdana;
  font-weight : normal;
  color : gray;
}
H4{
  font-size : 21pt;
  font-family : Verdana;
  font-weight : bold;
  color : gray;
}
