 
A:hover{
  text-decoration : underline;
}
.cellClass{
  color : white;
  background-color : #14b563;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : white;
background-position : 83px 83px;
  width : 72px;
  height : 25px;
}
.linkClass{
display:block;
  color : white;
  background-color : #14b563;
  text-decoration : none;
}
.cell{
  width : 143px;
  height : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  
}
.link{
display:block;
  text-decoration : none;
}

