BODY {
      
      background: #999999;
     }

h1 { 
	font: normal 10pt arial;
	font-style: italic;	
	margin-bottom: 0px; 
	color: #000000;
	}

h2 { 
	font: normal 10pt arial; 
	margin-bottom: 0px; 
	color: #000099;
	}
     
h3 { 
	font: normal 10pt arial;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #D25306;
	}
	
h4 { 
	font: normal 10pt arial; 
	margin-bottom: 0px; 
	color: #000000;
	}
	
h5 { 
	font: normal 10pt arial; 
	margin-bottom: 0px; 
	color: #999999;
	}

h6 { 
	font: normal 10pt arial; 
	margin-bottom: 0px; 
	color: #808080;
	}

ul {
    list-style-type: square;
    font: normal 10pt arial; 
	margin-bottom: 0px; 
	color: #000000;
   }
   
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #808080;
	}
