body { 
color: blue;
background: #ffffD0; 
}

H1 {
  font-weight: bold;
  font-size: 18pt;
  font-family: helvetica;
  color: #606000;
}
H2 {
  font-weight: bold;
  font-size: 16pt;
  font-family: helvetica;
  color: #000000;
}
H3 {
  font-weight: bold;
  font-size: 14pt;
  font-family: helvetica;
  color: #000080;
}
H4 {
  font-weight: bold;
  font-size: 12pt;
  font-family: helvetica;
  color: black;
}
a:link {font-family: Helvetica, Arial, sans-serif;font-weight: bold; color: #2d429d; text-decoration: none;}
a:hover {font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #6699cc; text-decoration: none;}
a:active {font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ff0000; text-decoration: none;}
a:visited {font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #2d429d; text-decoration: none;}
DIV.primaryNav { font-family: Helvetica, Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #feb832; text-decoration: none; }
DIV.secondaryNav { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: #2d429d; text-decoration: none; }

