.CellClass A{
  color : black;
  background-color : #fffff4;
  text-decoration : none;
  text-align : left;
  width : 150px;
  height : 2px;
}
.CellClass A:HOVER{
  color : red;
  background-color : #ffdfdf;
}

