  BODY { 
		margin-left: 0px;
		font: 9pt "Arial";		
		text-align: left;
		background: transparent;
		}

  P { 
  		margin-left: 0px;
		margin-right: 0px;
		font: 9pt "Arial";
		}
 
  H1 {
		font: 22pt "Arial";
		margin-left: 0px;
		font-weight: bold;
		background: transparent ;
		color: Navy;
		}

  H2 {
		font: 16pt "Arial";
		margin-left: 0px;
		background: transparent ;
		color: navy
		}

  H3 {
		font: 14pt  "Arial";
		margin-left: 0px;
		background: transparent ;
		font-weight: bold;
		color: navy
		}

  H4 {
		font: 9pt "Arial";	
		margin-left: 0px;
		font-weight: bold;
		background: transparent;
		}

  H5 {
		font: 9pt "Arial";
		margin-left: 0px;
		background: transparent;
		color: Navy;
		}

  TH {
		font: 18pt "Arial";
		color: white;
		font-weight: bold;
		}

  TD {	
    	font: 10pt "Arial";
		color: navy;
		}

  LI { 
		display: list-item; 
		margin-left: 0px;  
		}		

DL { 
		display: list-item; 
		font: 9pt "Arial";
		}		

  DT {
		text-align: left;
		font-weight: bold;
		color: navy;
		}

  DD { 
		font: 8pt "Arial";
  		text-align: left;
		}

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

 A:link {
		color: red; 
		text-decoration: none
		}

A:visited { 
		color: red ;
		text-decoration: none
		}   

