.LinkClass{
display:block;
  color : white;
  text-decoration : none;
  padding-top : 10px;
  font-weight : bold;
}
.CellClass{
  background-color : #cc6699;
  text-align : left;
  width : 190px;
  height : 1.5em;
}
A:hover{
  color : #cc6699;
  background-color : white;
}