 
.LinkClass{
display:block;
  color : white;
  padding-top : 10px;
  width : 100%;
  height : 100%;
  text-decoration : none;
}
.CellClass{
  
  text-align : center;
  width : 150px;
  height : 30px;
  background-image : url(test.gif);
  background-repeat : repeat-x;
  
}
A:hover{
  color : black;
  background-color : white;
}

