/* make all body text blue-colored 12-points tahoma with 16-point vertical spacing between lines of text and 10 point margins. Use bgmarb009.jpg as the background. */ body {font-size: 12pt; font-family: "tahoma"; color: 0000cc; background-image: {"bgmarb009.jpg"}; line-height: 16pt; margin-left: 10 pt; margin-right: 10pt;} /* indent paragraphs */ p {margin-left: 24pt; margin-right: 24pt;} /* make headers tahoma bold with generous line spacing. If user doesn't have tahoma, use lucida handwriting. */ h1 {font: 20pt tahoma, lucida handwriting; font-weight: bold; line-height: 26pt; text-align: center;} h2 {font: 16 pt tahoma, lucida handwriting; font-weight: bold; line-height: 20pt; font-color: 0000cc; text-align: center;} H3 {font: 10 pt tahoma, lucida handwriting; font-weight: bold; line-height: 14pt; font-color: 0000cc; text-align: center;} /* don't make underline links, and make all links blue. make links flash black when activated. */ a {text-decoration: line;} a:link {color: 0000cc;} a:visited {color: 0000cc;} a:active {color: 000000;} /* format footnotes as 9-point tahoma, and center them. */ div-footnote {font-size: 9pt; line height: 12pt; text-align: center}