/* Make all body text maroon-colored 8-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use gray2.jpg as the background.
*/

body {font-size: 30pt
      font-family: "arial" "verdana";
      color: black;}

/* 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: 20pt "arial" "felix titling" "lucinda handwriting" "bookman old style";
	font-weight: bold; 
	color: maroon;
    line-height: 30pt;}

H2 {font: 18pt "arial" "bookman old style" "Lucida Handwriting";
	color: maroon;
    line-height: 22pt;}

a {text-decoration: underline;}
a:link {font: 14pt; "arial"; color: #BDBBBB;}
a:visited {color: #BDBBBB;}
a:active {color: red;}

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}

