/* Make all body text back-colored 12-pointFalstaff Festival MT
with 16-point vertical spacing between lines of text
and 10-poit margins. samurai.jpg as the background.
*/
body {font-size: 12pt;
font-family: "Balthazar";
color: white;
background :url('samurai.html') repeat fixed; 
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 ProseAntique. lucida handwriting;
font-weight: bold;
line-height: 30pt;
text-align: center;}

h2{font 18pt ProseAntique. lucida handwriting:
font-weight: bold;
line-height: 24pt;
text-align: center;}
/*don't underline links, and make all links red.
make links flash black when activated.*/

a {text-decoration: none;}
a:link {color:blue;}
a:vlink {color:yellow;}
a:active {color:blue;}

/* Format footnotes as 9-points book antigua, and center them.
*/

div.footnote {font:19pt ProseAntique. arial;

line-height: 20pt;
text-align: center;}