  
.LinkClass{
display:block;
  color : white;
  text-decoration : none;
  padding-top : 10px;
  
  width : 100%;
  height : 100%;
}
.CellClass{
  
  text-align : center;
  width : 150px;
  height : 2em;
  background-color : #371e00;
}
A:HOVER{
  color : black;
  background-color : white;
}
