@charset "utf-8";
html, body {
 margin: 0px;
 padding: 0px;
 border: 0px none
 }
 
 
html, body, p, th, td, li, dd, dt {
 font: Arial, Helvetica, sans-serif;
 font size: 8pt;
 }
 

 h1 
    { font-family:Arial;
      font-size:16pt;
      color:style:rgb(255,0,0); 
} 
 h2 { font-size:1.0em;
}
 
 h3 { font-family:Arial;
      font-size:12pt;
      font-weight:bold; 
      color:green
}
 h4 { font-size:1.0em;
}

 h5 { font-family:Arial;
      font-size:9pt;
      font-weight:bold;
     color:darkgreen;
     }
 h6 { font-size:0.8em; 

}
 
 h7 {font-size:0.9em
     color:#339933;
     }
 h9 { font-size:0.8em; 
      color:#FFFFFF; 
      }
      
 p.ex {{background-color:#D3D6E2;
 }
 .normal {font:Arial;
          font-size:9pt; 
 }

 a:link {font-size:0.8em;
         color:Blue;
         text-decoration:none;}    /* unvisited link */
 a:visited {font-size:0.8em;
           color:DogerBlue;
           text-decoration:none;} /* visited link */
 a:hover {font-size:0.8em;
         color:SlateGrey;
         text-decoration:none;}   /* mouse over link */
 a:active {font-size:0.8em;
          color:DarkOrchid
          text-decoration:none;}  /* selected link */


         