  BODY { 
		font: 10pt/10pt Arial,"Arial Narrow",verdana,sans-serif;
		color: saddlebrown; 
		background: white;

/*		text-align: left;  
*/
		}

  A:LINK {
		color: red;
		text-decoration: underline;
		}

  A:VISITED {
		color: red;
		text-decoration: underline;
		}

  A:hover {
		color:darkred;
		}

  P { 
		color: saddlebrown;
		font: 10pt/10pt Arial,"Arial Narrow",verdana,sans-serif;
		
		}
  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}


  TD {	
    		font: 10pt/10pt Arial,"Arial Narrow",verdana,sans-serif;
		color: saddlebrown;
		}

  H1 {
  		/* margin-left: 0px; */
		font: 30pt/30pt "Arial";
		color: steelblue;  
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 20pt/20pt "Arial";
		color: steelblue;
		font-weight: bold;
		background: transparent;
		}

  H3 {
/*  		margin-left: 0px; 
*/
		font: 16pt/16pt Arial,"Arial Narrow",verdana,sans-serif;
		color: steelblue;  /* "#5C88B4"; */
		font-weight: bold; 
		background: transparent;
		}

 H4 {
  		margin-left: 0px;
		font: 16pt/18pt "Arial";
		color: Black;
		font-weight: bold;
		background: transparent;
		}

  H5 {
  	/*	margin-left: 0px; */
		font: 9pt/9pt Arial,"Arial Narrow",verdana,sans-serif;
		color: maroon;
		background: transparent;
		}

 /*  TH {
		font: 18pt "Arial";
		color: white;
		font-weight: bold;
		}

  

  LI { 
		display: list-item;
		font: 10pt/10pt Arial;
		margin-left: 0px;
		}	

  DL {	
		display: list-item;
		}

  DT {
		margin-left: 0px;
		text-align: left;
		font: 10pt/10pt "Arial";
		font-weight: bold;
		color: Black;
		}

  DD {
		margin-left: 0px;
		text-align: left;
		font: 10pt/10pt Arial;
		color: black;
		}


  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}
*/
