BODY {  background: #ffffcc;  color: black;  font-family: new york, bookman, times, serif; }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 {  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; */ }H4 {  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, helvetica, verdana, arial, sans-serif; }.header {  background: #ff3300; }.nav {  background: #ffff99;  text-align: right; }.noborder {	border-width: 0px;	padding: 1em; }/* added to basic HANDOUTS.CSS to handle class homepages, revised 20080103 */.labDate {  font-weight: bold;  color: #009900; }.eventDate {  color: #990099; }.hotEventDate {  color: #ff0000; }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;  }/************* curriculum form lists */.level1 {  /* color: black; */  /* background: #00ffff; */  font-weight: bold;  font-family: arial, geneva, verdana, helvetica, sans-serif;  list-style-type: decimal;  /* text-transform: uppercase; */ }/* modified 20080103 for class homepages */.level2 {  background: white;  font-weight: normal;  font-family: new york, bookman, times, serif;  list-style-type: lower-alpha;  }.level3 {  font-weight: normal;  font-family: new york, bookman, times, serif;  list-style-type: lower-roman;  }