/*Make all body text maroon-colored 12-point Book Antiqua with 16 point vertical spacing between lines of text and 10-point margins. use grey.gif as the background.
*/
BODY {font-size: 12pt;
font-family: "Book-Antiqua";
color: #006633;
background: white;
line-height: 16pt;
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 "Prose_Antique" "Lucida Handwriting";
font-weight: bold;
line-height: 30pt;}

H2 {font: 18pt "Prose_Antique" "Lucida Handwriting";
font-weight: bold;
line-height: 22pt;}

