  
A{
  color : blue;
  text-decoration : none;
}
.LinkClass{
  color : #ffffff;
  padding-top : 10px;
  width : 100%;
  height : 100%;
}
.CellClass{
  background-color : green;
  text-align : center;
  width : 150px;
  height : 2em;
}
A:HOVER{
  color : purple;
  background-color : #e0e0e0;
}
