/* Make all body text navy 12-point Thorndale
   with 16-point vertical spacing between lines of text
   and 10-point margins. 
*/
BODY {font-size: 18pt;
      font-family: "Thorndale" "Times New Roman";
      color: navy;
      bgcolor: "silver"
      line-height: 24pt;
      margin-left: 10pt;
      margin-right: 10pt;}

/* Indent paragraphs */
P {margin-left: 24pt;
   margin-right: 24pt;}

/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 24pt "Thorndale" "Times New Roman";
    font-weight: bold;
    line-height: 30pt;
    text-align: "center"}

H2 {font: 18pt "Thorndale" "Times New Roman";
    font-weight: bold;
    line-height: 22pt;}

H3 {font: 16pt "Thorndale" "Times New Roman";
    font-weight: bold;
    line-height: 18pt;}

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

