a
{
  color: #FA00DC;
  text-decoration: none;
}

a:hover
{
 color: #000000;
 font-family: Arial Black;
 font-size: 11px;
 font-weight: bold;
 background-color: #FA00DC;
 text-transform: uppercase;
}

td.item
{
  color: #FA00DC;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  background-color: #000000;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
}

td.item:hover
{
  color: #000000;
  font-family: Arial Black;
  font-size: 11px;
  font-weight: bold;
  background-color: #FA00DC;
  text-transform: uppercase;
}