/* define text and background colors and images. */

body {font-size: 12pt;
      font-family: "Arial";
      color: black;
      background: url(graphics/bouquet2.jpg);
      line-height: 16pt;
      margin-left 10pt;
      margin-right: 10pt;}
      
 /* Indent paragraphs */
 
 p {margin-left: 24pt;
    margin-right: 24pt;}
    
/* Make fonts Arial   */
   
h1 {font: 24pt "Arial";
    font-weight: bold;
    line-height: 24pt;
    margin-left: 0pt;}

h2 {font: 18pt "Arial";
    font-weight: bold
    line-height: 18pt;
    margin-left: 0pt;}
    
h3 {font: 12pt "Arial";
    font-weight: bold:
    line-height: 12pt;
    margin-left: 0pt;}
    
h4 {font: 10pt "Arial";
    font-weight: bold:
    line-height: 10pt;
    margin-left: 0pt;}
    
    

/* define link colors */
a:link {color: navy}
a:visited {color: black;}
a:active {color: yellow;}
a {text-decoration: underline};



/* 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;}
