  
.small_link{
  font-size : 9pt;
  color : teal;
  text-decoration : underline;
  
  letter-spacing : 1.2px;
}
A.small_link:HOVER{
  color : #ffffff;
  
  text-decoration : underline;
  background-color : teal;
}
