
BODY {
  text-transform: none;
  background-color: #FEFBD6;
}

H1 {
  font-family: "Bookman Old Style";
  font-size: 30pt;
  font-style: italic;
  font-variant: normal;
  font-weight: bold;
  color: navy;
  text-align: center;
}

H2 {
  color: navy;
  font-family: sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

H3 {
  font-family: serif;
  font-size: 14pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: navy;
}

P {
  color: navy;
  font-family: "Bookman Old Style";
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

A {
  color: navy;
}

TABLE {
  color: navy;
}

UL {
  font-family: "Bookman Old Style";
  color: navy;
}

