BODY {
  color: #000000;
  background: #FFF;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

H1, H2, H3 {
  margin-left: -5%;
  margin-bottom: 2em;
  color: #000080;
}

H4, H5 {
  margin-left: -5%;
  margin-bottom: 1em;
}

A:link, A:visited { color: #000080; }
A:active, A:hover { color: #808000; }

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white }

.hide {
  display: none;
  color: white;
}



/* Why o why does this break Netscape 4.x?
IMG { 
  border: none
}
*/

UL, UL LI { list-style: disc }