.LinkClass{
	display:block;
  color : white;
  text-decoration : none;
  width : 100%;
  height : 100%;
  padding-top : 6px;
  
}

.CellClass{
  background-color : maroon;
  text-align : center;
  
  height : 2em;
  font-weight : bold;
  
  
  bottom : auto;
  width : 156px;
  right : auto;
}

a:hover{
  color : black;
  background-color : orange;
}
