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

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