
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  border: none;
  border-style: none;
  border-collapse: collapse;
}

td {
  width: 140px;
  border: solid white 1px;
  background: #dddddd;
}

td:hover {
  background : #000090;
}

a {
  display: block;
  width: 132px;
  color: #000060;
  background: #dddddd;
  text-decoration : none;
  padding : 1px;
  padding-left: 8px;
  padding-right: 4px;
}

a:hover {
  color: #ffffff;
  background : #000090;
  text-decoration : underline;
}

a:active {
  color: #B00000;
  text-decoration : underline;
}
