﻿  /*all document*/
  body {color:#000000;
        background-color:#ffffff;
        text-decoration:none;
        font-family:verdana,helvetica,arial,sans-serif; 
        font-style:normal; 
        font-variant:normal; 
        font-weight:normal;
        margin: 0px;} 
        
                  
  /* hyperlink properties*/
  a{color: #000000;text-decoration:underline}
  a:visited{color:#0000EE}
  a:link, div.sitelinks a:visited {color:#0000FF}
  a:hover {color: #FF0000;text-decoration:underline}
  
  p{}
  p.blue{color:#0000EE}
  p.8{font-size:8pt}
  p.10{font-size:10pt}
  p.8blue{color:#0000EE;
  		 font-size:smaller}
  p.10blue{color:#0000EE;
  		 font-size:10pt}
  
  /*heading properties*/
  h1, h2, h3 {text-align:center}                  /* centered titles  */
  h4, h5, h6 {text-align:left}                    /* left-justified titles  */
  h1, h2, h3, h4, h5, h6 {color:#000000}
  h1{font-size:36pt}
  h2{font-size:18pt}
  h3{font-size:14pt}
  h4{font-size:18pt}
  h5{font-size:14pt}
  
  ul.red {
	list-style-type: disc;
	color: red;
}