body { 
  background-image: url('images/bkgnd.jpg'); 
  background-repeat : repeat-y;
  font-family: 'Times New Roman', Serif; 
  font-size: 12pt; 
  color: black; 
  margin-left : 40px; 
  background-color : #FBF8DF;
  }
  
h1 {
  font-family : 'Times New Roman',Serif;
  font-size : 22pt;
  margin-bottom : 0pt;
  margin-top : 0pt;
  }

h2 {
  font-family : 'Times New Roman',Serif;
  font-size : 18pt;
  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 : 12pt;
  }

p.menu1 {
  font-family: 'Times New Roman', Serif; 
  font-size : 12pt;
  font-weight : bold;
  }

p.menu2 {
  font-family: 'Times New Roman', Serif; 
  font-size : 12pt;
  }

p.footnote {
  font-family: 'Times New Roman', Serif; 
  font-size : 8pt;
  margin-left : 20pt;
  margin-right : 20pt;
  text-align : justify;
  }

p.op {
  font-size : 10pt;
  color : black;
  vertical-align : top;
  }

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;
  }

