html {
  background-image : url('images/andelcrag_fade.jpg');
  background-repeat : repeat-x;
  }

body { 
  font-family: 'Times New Roman', Serif; 
  font-size: 12pt; 
  color: black; 
  margin-top : 0px;
  background-color : white;
  }
  
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.footnote {
  font-family: 'Times New Roman', Serif; 
  font-size : 8pt;
  margin-left : 20pt;
  margin-right : 20pt;
  text-align : justify;
  }

p.op {
  font-size : 12pt;
  color : black;
  vertical-align : top;
  }

a {
  font-weight : bold;  
  color : #333333;
  text-decoration : none;
  }

a:link {
  font-weight : bold;  
  color : #333333;
  text-decoration : none; 
  }

a:visited {
  font-weight : bold;  
  color : #333333;
  text-decoration : none; 
  }

a:hover {
  font-weight : bold;  
  color : #800000;
  text-decoration : none; 
  }
