
TABLE{
  font-size : 12px;
  
  font-weight : 400;
  
  line-height : 20px;
}
A{
  font-size : 12px;
  font-weight : 300;
  text-decoration : none;
}
A:hover{
  font-size : 12px;
  font-weight : 300;
  background-color : #e6ffe6;
  text-decoration : underline;
}
