 
BODY{
  font-family : Tahoma,"MS UI Gothic";
}
A{
  text-decoration : none;
  color : red;
}
A:HOVER{
  
  text-decoration : underline;
}
TH.big{
  color : white;
  background-color : navy;
  font-family : Tahoma;
  font-size : 36px;
  text-align : center;
}
TH.small{
  color : white;
  background-color : blue;
  font-size : 16px;
  text-align : center;
  font-family : Tahoma;
}
