body { 
  background-attachment: fixed;
  background-color: #FFFFFF;
  background-image: url('images/back.gif'); 
  color: #000000; 
  font-size: 10pt
  font-family: Arial;
  }

p {
 color: #000000;
 font-family: Arial;
 font-size: 10pt;
 }

h1 {
 font-family: Arial;
 text-align: center; 
 font-size: 12pt;
 font-weight: bold;
 }

h2 {
 background-color: #000080;
 font-family: Arial;
 text-align: center;
 font-weight: bold; 
 font-size: 14pt;
 }
 
h3 {
 background-color: #0000ff;
 font-family: Arial Black;
 text-align: center; 
 font-weight: bold;
 font-size: 16pt;
 }

h4 {
 background-color: #0000ff;
 font-family: Arial Black;
 text-align: center; 
 font-weight: bold;
 font-size: 18pt;
 }

h5 {
 background-color: #0000ff;
 font-family: Arial Black;
 text-align: center; 
 font-weight: bold;
 font-size: 20pt;
 }

h6 {
 background-color: #0000ff;
 font-family: Arial Black;
 text-align: center; 
 font-weight: bold;
 font-size: 22pt;
 }

a:link { 
  color: #0000FF; 
  text-decoration: underline; 
  }
  
a:visited { 
  color: #0000FF; 
  text-decoration: underline; 
  }
  
a:hover { 
  color: #000080; 
  text-decoration: underline; 
  }
  
a:active { 
  color: #0000FF; 
  text-decoration: underline;
  }
  
.btnav { 
  background-color: #008080; 
  border: 1px #000000 solid;
  }