body, p {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Arial", "Helvetica", "Times New Roman";
}

a:link {
  color: #FF0000;
  text-decoration: underline;
}
a:visited {
  color: #FF0000;
  text-decoration: underline;
}

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

a.big {
  font-size: 20pt;
  font-weight: bold;
}

td.white {
  background-color: #FFFFFF;
  color: #000000;
}

td {
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman";
}

th {
  font-weight: bold;
  background-color: #FFFFFF;
  color: #000000;
}


