body {
  background-color: black;
  color: white;
}

ol, ul, li, p, div {
    color: white;
    font: small sans-serif;
}
a:link    {color: #6699ff; text-decoration: underline; }
a:active  {color: #3399ff; text-decoration: underline; }
a:visited {color: #9966ff; text-decoration: underline; }

a:link.organic    {color: #00cc00; text-decoration: underline; }
a:active.organic  {color: #00aa00; text-decoration: underline; }
a:visited.organic {color: #009900; text-decoration: underline; }
.organic { color: #009900; }

a:link.crystal    {color: #cccc00; text-decoration: underline; }
a:active.crystal  {color: #aaaa00; text-decoration: underline; }
a:visited.crystal {color: #999900; text-decoration: underline; }
.crystal { color: #999900; }

a:link.religion    {color: #bb8800; text-decoration: underline; }
a:active.religion  {color: #996600; text-decoration: underline; }
a:visited.religion {color: #774400; text-decoration: underline; }
.religion { color: #774400; }

a:link.psychic    {color: #cc00cc; text-decoration: underline; }
a:active.psychic  {color: #aa00aa; text-decoration: underline; }
a:visited.psychic {color: #990099; text-decoration: underline; }
.psychic { color: #990099; }

a:link.temporal    {color: #cc0000; text-decoration: underline; }
a:active.temporal  {color: #aa0000; text-decoration: underline; }
a:visited.temporal {color: #990000; text-decoration: underline; }
.temporal { color: #990000; }

a:link.discovered    {color: #bbbbdd; text-decoration: underline; }
a:active.discovered  {color: #9999bb; text-decoration: underline; }
a:visited.discovered {color: #777799; text-decoration: underline; }
.discovered { color: #777799; }

table.standard {
    color: black;
    background-color: white;
    layer-background-color: white;
}

font.notes {
  font: normal x-small sans-serif;
  color: #999999;
}
font.dmgnotes {
  font: normal x-small sans-serif;
  color: #999999;
}
font.tcnt {
  font: normal x-small sans-serif;
  color: #cc66cc;
}
font.wstat {
  font: normal x-small sans-serif;
  color: #cc9900;
}
.structure {
  color: #9999cc;
}
.minerals {
  color: #6666ff;
}
.organics {
  color: #66ff66;
}
.radioactives {
  color: #ffff66;
}
.tonnage {
  color: #999999;
}
.supplies {
  color: #00ffff;
}
.ordnance {
  color: #ffbb00;
}
.tohit {
  color: #3333ff;
}
.damage {
  color: #ff3333;
}
.dps {
  color: #ff6633;
}
.variable {
  color: #6699ff;
  font: italic;
}
.tech {
  color: #ff99ff;
}
.start {
  color: #ff99ff;
  background-color: #330033;
}

th {
  background-color: black;
  color: white;
  font: bold medium sans-serif;
}
th.minor {
  background-color: black;
  color: white;
  font: bold small sans-serif;
}
th.divider {
  background-color: #cccccc;
}
th.title {
    color: #ccddff;
    background-color: black;
    font: bold x-large sans-serif;
}
th.tabletitle {
    color: white;
    background-color: #000066;
    font: bold large sans-serif;
}

td {
    /* no background-color..can't turn it back off for headings */
    font: small sans-serif;
}

th.description {
  color: white;
  background-color: black;
  font:  small sans-serif;
}