
body {font-size: 12pt;
      font-family: "Arial, Helvetica";
      color: black;
      background: #F7F5EF;                             /*url(curcuit.gif); */
      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;}

h2 {font: 18pt ProseAntique, Lucida Handwriting;
    font-weight: bold;
    line-height: 22pt;}

/* Don't underline links, and make all links red"colors have been moded".
   Make links flash black when activated.
*/
a {text-decoration: none;}
a:link {color: green;}
a:visited {color: green;}
a:active {color: blue;}

/* Format footnotes as 9-point Book Antiqua, and center them. */
div.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}
