  BODY { 		color: black;		font: 10pt/12pt "Arial, Verdana";		}   H1 {		font: 22pt/22pt "Arial";		margin-left: 0px;		font-weight: bold;		background: transparent ;		color: Navy;		}  H2 {		font: 16pt/16pt "Arial";		margin-left: 0px;		background: transparent ;		color: navy		}  H3 {		font: 14pt/14pt  "Arial";		margin-left: 0px;		background: transparent ;		font-weight: bold;		color: navy		}  H4 {		font: 9pt/10pt "Arial";			margin-left: 0px;		color: DimGray;		font-weight: bold;		background: transparent;		}  H5 {		font: 9pt/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 { 		font: 12pt/15pt "Times New Roman";		color: green;		}		  DL { 		display: list-item; 		font: 9pt/10pt "Arial";		}		  DT {		text-align: left;		margin-left: 20px;		font-weight: bold;		color: navy;		}  DD { 		font: 8pt/9pt "Arial";  		text-align: left;		margin-left: 20px;		color: DimGray;		}  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: blue; 		text-decoration: none		}A:visited { 		color: purple ;		text-decoration: none		}   
