BODY {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  vertical-align: text-top;
  background-color: #000;
}

A:link { color: blue; text-decoration: none }
A:visited { color: blue; text-decoration: none }
A:active { color: blue; text-decoration: none }
A:hover { color: red; text-decoration: underline }

A.external:link { color: red; text-decoration: none }
A.external:visited { color: red; text-decoration: none }
A.external:active { color: red; text-decoration: none }
A.external:hover { color: black; text-decoration: underline }

A.linkbar:link { color: #fc3; text-decoration: none }
A.linkbar:visited { color: #fc3; text-decoration: none }
A.linkbar:active { color: #fc3; text-decoration: none }
A.linkbar:hover { color: #3c0; text-decoration: underline }

TD.normal { 
  font-family: system, verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  vertical-align: text-top;
}

TD.inverse { 
  font-family: system, verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  vertical-align: text-top;
  color: white;
}

TABLE.linkbar { 
  background-color: #30c;
}

TD { 
  font-family: system, verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  vertical-align: text-top;
}
.title { font-size: small; font-weight: bold }

TABLE.section { 
  background-color: #ccc;
}

TD.sectiontitle {
  background-color: #30c;
  color: white;
}
