 
BODY {
  color: black;
  background: #ffffff;
}

H1 {
  font-weight: bold;
  font-size: 24pt;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: black;
  text-align: center;
}
H2 {
  font-weight: bold;
  font-size: 24pt;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: black;
}
H3 {
  font-weight: bold;
  font-size: 18pt;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: black;
}
H4 {
  font-weight: bold;
  font-size: 14pt;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: black;
}
H5 {
  font-weight: bold;
  font-size: 12pt;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: black;
}

TH {
  background: #e0e0e0;
  color: #000000;
}

TD {
  background: #f0f0f0;
  color: #000000;
}

TABLE.navbar TH {
  background: white;
  color: black;
}

TABLE.navbar TD {
  background: white;
  color: black;
}

A:link 		{ color: #0000cc }
A:active	{ color: #cc0000; }

.indented	{ text-indent: 2em }

.quoted		{ MARGIN: 2em; COLOR: maroon; BACKGROUND-COLOR: silver; RELATIVE-SIZE: smaller }










