body { font-family: "Hoefler Text", Georgia, Times, serif; color: #E2E2E2; font-size: 9pt ; background-color: black; padding-right: 50px; }

/* 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: 9pt; 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; }

/* the header h6 is for small, white, plain dates on the main page of SM-incarnation-May-2009 (usually links to acta diurna, which are red) */
    h6 {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
   }

/* the header h7 is for small, white, plain dates on the main page of SM-incarnation-May-2009 (usually links to acta diurna, which are red) */
    h7 { 
    color: red;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
   }


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

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