body { 
  background-image: url('bkgrnd.jpg'); 
  background-repeat : repeat-y;
  background-attachment : fixed;
  font-family: 'Times New Roman', Serif; 
  font-size: 12pt; 
  color: #345721; 
  margin-left : 100px;
  margin-top : 50px; 
  background-color : #CDB48C;
  }
  
h1 {
  font-family : 'Times New Roman',Serif;
  font-size : 36pt;
  margin-bottom : 0pt;
  margin-top : 0pt;
  }

h2 {
  font-family : 'Times New Roman',Serif;
  font-size : 24pt;
  margin-bottom : 0pt;
  margin-top : 0pt;
  }

h3 {
  font-family : 'Times New Roman',Serif;
  font-size : 14pt;
  margin-bottom : 0pt;
  margin-top : 0pt;
  }

p {
  font-family : 'Times New Roman', Serif; 
  font-size : 14pt;
  font-weight : bold;
  }

p.footnote {
  font-family : 'Times New Roman', Serif; 
  font-size : 8pt;
  margin-left : 20pt;
  margin-right : 20pt;
  text-align : justify;
  }

td,p.header {
  font-family : 'Georgia,Times New Roman,Times,serif'; 
  font-size : 10pt;
  font-weight : bold;
  text-align : center;
  }

td,p.event {
  font-family:'Arial, Helvetica, sans-serif';
  font-size:8pt;
  text-align : center;
  }

a {
  color : maroon;
  text-decoration : none;
  }

a:link {
  color : maroon;
  text-decoration : none;
  }

a:visited {
  color : maroon;
  text-decoration : none;
  }

a:hover {
  color : maroon;
  text-decoration : none;
  }


