  BODY { 
		margin-left: 20px;
		margin-right: 20px;
		font: 14pt/14pt "Times New Roman";
		text-align: left;
		color: Teal;
		background: transparent;
		}

  P { 
		color: Teal;
		margin-left: 0px;
		text-indent: 0px; 
		font: 14pt/14pt "Times New Roman;
		background: transparent;
		}

  H1 {
  		margin-left: 0px;
		font: 30pt/30pt "Arial";
		color: Teal;
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 20pt/20pt "Arial";
		color: Black;
		font-weight: bold;
		background: transparent;
		}

  H3 {
  		margin-left: 0px;
		font: 18pt/20pt "Arial";
		color: Teal;
		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: 10pt/12pt "Times New Roman";
		color: black;
		background: transparent;
		}

  TH {
		font: 18pt "Arial";
		color: white;
		font-weight: bold;
		}

  TD {	
    	font: 10pt/24pt "Arial";
		color: teal;
		}

  LI { 
		display: list-item;
		font: 12pt/12pt "Times New Roman";
		margin-left: 0px;
		}	

  DL {	
		display: list-item;
		}

  DT {
		margin-left: 0px;
		text-align: left;
		font: 11pt/11pt "Arial";
		font-weight: bold;
		color: Black;
		}

  DD {
		margin-left: 0px;
		text-align: left;
		font: 12pt/12pt "Times New Roman";
		color: black;
		}

  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: MediumVioletRed;
		text-decoration: none;
		}

  A:VISITED {
		color: MidnightBlue;
		text-decoration: none;
		}
