BODY {
	background: #ffffcc;
	color: black;
	font-family: times, "new york", bookman, serif;
 	margin: 0;
}

A:link { color: blue }          /* unvisited link */
A:visited { color: #333399 }        /* visited links */
A:active { color: red }        /* active links */

/* setting the anchor border around IMG elements requires contextual selectors */
A:link IMG { border: 0px solid blue }
A:visited IMG { border: 0px solid #333399 }
A:active IMG { border: 2px solid red }


H1, H2, H3 {
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	/* text-transform: uppercase; */
	padding-left: 2%;
	padding-right: 2%;
	font-weight: bold;
	text-align: right;
	color: white;
	}

H1 {
	background: #003333;
	font-size: 150%;
	letter-spacing: 0.1em;
	}

H2 {
	background: #006666;
	font-size: 120%;
	}

H3 {
  background: #009999;
  /* font-size: 125%; */
 }

H3 A:link,
H3 A:visited,
H3 A:active {
	color: yellow;
	text-decoration: none; /* remove underline */
}

.footer, .copyright, .docDates, .docLocation {
  color: black;
  background: #ffffff;
  /* font-size: 75%; */
	font-family: arial, verdana, geneva, 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: #ffffcc;
	background: #006666;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	}

.level2 {
	color: black;
	background: #00cccc; /* */
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	}

.level3 {
  color: #003333;
  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 }

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