body { font-family: "Hoefler Text", Georgia, Times, serif; color: #f5fffa; font-size: 1em ; background-color: black; }

/* the header h1 is for the dateline */
  h1 {
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
   }

/* the header h2 is for the titleline */
  h2 { color: red; font-size: 12pt; font-style: normal; font-weight: normal; }

/* the header h3 is for small, red labels */
  h3 { color: red; font-size: 10pt; font-style: normal; font-weight: normal; }

/* the header h4 is for small, red, italicized labels */
  h4 { color: red; font-size: 10pt; font-style: italic; font-weight: normal; }

/* the header h5 is for small, dark red, italicized labels */
  h5 { color: #9c201e; font-size: 10pt; font-style: italic; font-weight: normal; }

  a:link {
    color: red;
    text-decoration: underline;
   }

  a:visited {
    color: red;
    text-decoration: underline;
   }