/* Putting active, link, and visited in alphabetical order results in the active
   color not showing up, at least in IE 6.  Putting them in order of
   "precedence", with lowest precedence first fixes the problem (hover, if
   specified, would go between visited and active, not after active, or else
   hovered would win and you wouldn't see active links change color). */
a:link {background: transparent; color: red}
a:link img {border-color: red}
a:visited {background: transparent; color: #999}
a:visited img {border-color: #999}
a:active {background: transparent; color: blue}
a:active img {border-color: blue}
body, td, th {background: black; color: white}
div.bottom-18pt {margin-bottom: 18pt}
h1 {background: transparent; color: #35afe0; font-size: 130%}
h1.red {background: transparent; color: red} /* background rep. due to warn. */
h2 {background: transparent; color: #35afe0; font-size: 124%}
h3 {background: transparent; color: #35afe0; font-size: 118%}
h4 {background: transparent; color: #35afe0; font-size: 112%}
h5 {background: transparent; color: #35afe0; font-size: 106%}
h6 {background: transparent; color: #35afe0; font-size: 100%}
p {background: black; color: white}
p.big-blue {background: transparent; color: #35afe0; font-size: 110%}
ul.spread li {margin-bottom: 12pt}
