BODY {
  background: #ffffcc;
  font-family: new york, bookman, times, serif;
 }

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

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

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

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

.header {
  background: #ff3300;
 }

KBD {
  color: #00ff00;
  background: black;
  font-family: monaco, courier, monospace;
  }

/* this is set up as a class 'cause NC4 doesn't seem to recognize the DFN tag */
EM.dfn {
  color: black;
  background: yellow;
  font-style: italic;
  }

.TOClevel1 {
  /* color: black; this is commented out because links turn black also */
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
  /* border: dashed thin red; */
 }

.TOClevel2 {
  /* color: black; */
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  }

.level1 {
  color: black;
  background: #00ffff;
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
 }

.level2 {
  color: black;
  background: #99ffff;
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  }

.level3 {
  color: black;
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  }

/************* these are commented out

UL { margin-left: -2em }

UL UL { list-style: upper-alpha }

UL UL UL { list-style: lower-alpha }

*************************************/

