BODY {
  color: #000099;
  background: #FFF;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
}

TABLE { font-size: 10pt; }

H1, H2, H3 {
  margin-left: -5%;
  margin-bottom: 2em;
}

.navigation {
  margin-left: -5%;
  margin-bottom: 2em;
}

A:link, A:visited { color: #000099; }
A:active { color: #FF6600 }
A:hover { color: #CC0000; }

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white }

.hide {
  display: none;
  color: white;
}

DT { font-weight: bolder}

/* Why o why does this break Netscape 4.x?
IMG { 
  border: none
}
*/

UL, UL LI { list-style: disc }
UL UL, UL UL LI { list-style: circle }