body {
  color: #cc66ff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: verdana;
  font-weight: normal;
  font-size: 8pt;
}
.wit {
  color: #ffffff;
}
h1 {
  font-weight: bold;
  font-size: 16pt;
}
table{
height: 100%;
}
td {
  height: 100%;
  background-color: #660066;
  color: #cc66ff;
  font-size: 8pt;
}
td.invert {
  background-color: #cc66ff;
  color: #660066;
  font-size: 8pt;
}
a {
  color: #660066;
  text-decoration: none;
}
a.r {
  color: #cc99ff;
  text-decoration: underline;
}
a:hover {
  color: #cc99ff;
  text-decoration: none;
}