body {
  color: #000000;
  background-color: #ffffff;
  margin: 5;
}

h2 {
  color: #000000;
}

table {
  color: #000000;
  background-color: #dddddd;
}

tr.nobg {
  color: #000000;
  background-color: #ffffff;
  text-align: middle;
}

th {
  background-color: #999999;
  text-align: left;
}

td {
  border: 1pt solid #666666;
}

p {
  margin: 20;
}

a:link {
  text-decoration: none;
  color: #000099;
}

a:active {
  text-decoration: none;
  color: #000066;
}

a:visited {
  text-decoration: none;
  color: #000066;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}
