BODY {
  background: #999999;
  font-family: times, new york, bookman, serif;
  font-size: 100%;
 }
 
A:link, A:visited, A:active { text-decoration: underline }
A:link { color: #000066 }
A:visited { color: #330000 }
A:active { color: red }

H1 {
  font-weight: bold;
  font-size: 175%;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
  /* color: white; */
  /* background: #003333; */
  /* text-transform: uppercase; */
 }

H2 {
  font-weight: bold;
  font-size: 150%;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
  /* color: white; */
  /* background: #006666; */
  /* text-transform: uppercase; */
 }

H3 {
  font-weight: bold;
  font-size: 125%;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
  /* color: white; */
  /* background: #009999; */
  /* text-transform: uppercase; */
 }

.footer, .toc, .caption, .copyright, .docDates, .docLocation {
  color: black;
  background: #CCCCCC;
  font-size: 75%;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
 }

.thumbnails {
  color: white;
  background: #000000;
  font-size: 75%;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
 }

.sidebar {
  color: white;
  background: #663333;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
 }

.sidebar A:link { color: #FFFF00 }
.sidebar A:visited { color: #FFFF66 }
.sidebar A:active { color: red }
.sidebar H3 { text-transform: uppercase }

.sectionhead {
  color: white;
  background: #336666;
  /* font-size: 150%; */
  /* font-family: geneva, helvetica, verdana, arial, sans-serif; */
 }

.sectionhead A:link { color: #FFFFFF; text-decoration: none }
.sectionhead A:visited { color: #FFFFFF; text-decoration: none  }
.sectionhead A:active { color: red; text-decoration: none  }

.sectionbody {
  color: black;
  background: #FFFFFF;
 }

.divider {
  color: white;
  background: #666666;
  /* font-size: 75%; */
 }

