body {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: small;
  color: #ffffff;
  background-color: #000000;
}
p {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: small;
  color: #FFFFFF;
}
div.title {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  color: #ff0000;
}
td {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: small;
  color: #ffffff;
}
td.hd {
  background-color: #000033;
}
div.tdtitle {
  font-family: "ms sans serif", helvetica, sans-serif;
  font-weight: bold;
  color: #ff0000;
}
div.tdtitle2 {
  font-family: "ms sans serif", helvetica, sans-serif;
  font-size: x-small;
}

a:link    { color: #ff0000; }
a:visited { color: #009999; }
a:active  { color: #ff00ff; }

h1,h2,h3 {
  font-family: "trebuchet ms", helvetica;
  font-weight: bold;
  color: #ff0000;
  background: #000000;
}
h4,h5,h6 {
  font-family: "ms sans serif", sans-serif;
  font-weight: normal;
}
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: xx-small; }

