/* Make all body text maroon-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY {font-size: 10pt;
      color: green;
      line-height: 12pt;
      margin-left: 40pt;
      margin-right: 40pt;}

/* Indent paragraphs */
P {font-size: 10pt;
   line-height: 12pt;
   margin-left: 50pt;
   margin-right: 70pt;}

/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 28pt "Engravers MT" "Georgia" "Arial Black";
    font-weight: bold;
    color: maroon;
    margin-left: 50pt;
    margin-right: 60pt;
    line-height: 36pt;}

H2 {font: 18pt "Engravers MT" "Georgia" "Arial Black";
    font-weight: bold;
    margin-left: 50pt;
    margin-right: 70pt;
    color: gray;
    line-height: 22pt;}

H3 {font: 14pt "Engravers MT" "Georgia" "Arial Black";
    font-weight: bold;
    margin-left: 50pt;
    margin-right: 70pt;
    line-height: 16pt;}

H4 {font: 12pt "Engravers MT" "Georgia" "Arial Black";
    font-weight: bold;
    margin-left: 40pt;
    margin-right: 50pt;
    color: gray;
    line-height: 14pt;}

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}