/* Make all body text maroon-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use gs_bkgrd.gif as the background.
*/
BODY {font-size: 12pt;
      font-family: "Book Antiqua";
      color: black;
      background: url(gs_bkgrd.gif);
      line-height: 16pt;
      margin-left: 10pt;
      margin-right: 10pt;}

/* Indent paragraphs */
P {margin-left: 24pt;
   margin-right: 24pt;}

/* Style for links

A  {text decoration: none;
    font-family: "Book Antiqua";
    color: grey}

A:hover {background: yellow;
         color: white}

/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 24pt "Engravers MT" "Lucida Console";
    font-weight: bold;
    line-height: 30pt;}

H2 {font: 18pt "Baskerville Old Face" "Lucida Console";
    font-weight: bold;
    line-height: 22pt;}

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}
