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

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