TD{
    
    
  padding-top : 8px;
  padding-bottom : 8px;
}

.td_size{
    
    
  font-size : 13pt;
  font-weight : bold;
  color : black;
}



.LinkClass{
    
  color : white;
  width : 100%;
  height : 100%;

  text-decoration : none;

  

  
  
  
}

.CellClass{
    
  background-color : silver;
  text-align : left;

  width : 150px;
  height : 1em;
}

A:hover{
    
  color : black;
  background-color : lime;
}

