A { text-decoration: none ;
  color : blue;
}
A:hover {  
  color : red;
  text-decoration : underline;
}
.small {  font-size: 10px;}
TABLE{
  font-size : 12px;
  color : #484848;
}
.large{
  font-size : 14px;
  font-weight : bold;
  color : #000080;
}
.top{
  vertical-align : top;
}
.document{
  line-height : 150%;
  letter-spacing : 3px;
}
