.CellClass A{
  color : white;
  background-color : teal;
  text-decoration : none;
  text-align : center;
  width : 10.79em;
  height : 1em;
  display : block;
  
}

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