/* make all body text navy-colored 12-point Arial with 16-point vertical spacing between lines of text and 10-point margins.  Use creamback.gif as the background.
*/
body {font-size: 12pt;
      font-family: "Arial";
      color: 000040;
      background: url(graphics/blue_parch.jpg);
      line-height: 16pt;
      margin-left 10pt;
      margin-right: 10pt;}
      
 /* Indent paragraphs */
 
 p {margin-left: 24pt;
    margin-right: 24pt;}
    
/* Make heading Times New Roman with generous line spacing.
   */
   
h1 {font: 24pt "Times New Roman";
    font-weight: bold;
    line-height: 24pt;
    margin-left: 18pt;}

h2 {font: 18pt "Times New Roman";
    font-weight: bold
    line-height: 18pt;
    margin-left: 24pt;}
    
h3 {font: 14pt "Times New Roman";
    font-weight: bold:
    line-height: 18pt;
    margin-left: 32pt;}
    
    

/* Make all links navy.
   Make links flash red when activated
*/

a:link {color: navy}
a:visited {color: 000040;}
a:active {color: red;}
a {text-decoration: none};


/* Format body as 9pt Arial, and center */

div.body {font: 9pt "Arial";
	      font-size: 9pt;
              line-height: 12pt;
              text-align: center;}
              
              
/* Format footnotes as 9pt Arial, and center */

div.footnote {font: 9pt "Arial";
	      font-size: 9pt;
              line-height: 12pt;
              text-align: center;}
