/*make all body text redcolored12-points Arial
with 16-point vertical spacing between lines of text
and 10-point margins.Use back.jpg as the background.*/
body{font-size:15pt:
font-family" Prose Antiqua";
color: red;
background: url('back.jpg');
line-height : 16pt:
margin-left:10pt;
margin-right:10pt;
/*indent paragraphs*/
p{margin-left:24pt;
marginright:24pt;
/*make headings Prose Antique bold with generous line
spacing
if user doesn't have Prose Antiqua use Lucida handwriting*/
h1 {fond 36pt Boring Boron, Complex:
font-weight: bold;
line-Height:18pt;
h2 {fond 22pt Joystix, Complex:
font-weight: bold;
line-Height:30pt}
/* Don't  underline links and make all  links red
make links flash black when activated*/
a {text-decoration: none;}
a: link{color: black;}
a: visited{color: blue;}
a: active{color: green;}
/* format footnotes as 3-point Book Antiqua and center them. */
div.footnote{font-:size:1pt; line-height:12pt;text-align:center}






