{
		font: 12px "Arial";
}

BODY {
	background-image: url("back2.gif");
	background-repeat: repeat;
}

A {
        font-weight: bold;
}

A:active { 
		color: #0000FF;
		text-decoration: none, line-through

A:link {
        color: #0000FF;
	text-decoration: underline;
}

A:visited {
        color: #FF0000;
}

A:hover {
        color: #FF6347;
        text-decoration: underline;
}

P { 
  		margin-left: 10px;
		margin-right: 0px;
		color: #000000;
		font: 12px "Arial";
		}
 
  H1 {
		font: 60px "Arial";
		margin-left: 10px;
		font-weight: bold;
		background: transparent ;
		color: #000000;
		}

  H2 {
		font: 50px "Arial";
		margin-left: 10px;
		font-weight: bold;
		background: transparent ;
		color: #000000;
		}

  H3 {
		font: 40px  "Arial";
		margin-left: 10px;
		background: transparent ;
		font-weight: bold;
		color: #000000;
		}

  H4 {
		font: 30px "Arial";	
		margin-left: 10px;
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

  H5 {
		font: 20px "Arial";
		margin-left: 10px;
		background: transparent;
		color: #000000;
		font-weight: bold;
		}

  H6 {
		font: 10px "Arial";
		margin-left: 10px;
		background: transparent;
		color: #000000;
		font-weight: bold;
		}

  TH {
		font: 18pt "Arial";
		color: #000000;
		font-weight: bold;
		}

  TD {	
    	font: 10pt "Arial";
		color: #000000;
		}

  LI { 
		display: list-item; 
		margin-left: 10px;  
		color: #000000;
		}		

DL { 
		display: list-item; 
		font: 9pt "Arial";
		color: #000000;
		}		

  DT {
		text-align: left;
		font-weight: bold;
		color: ##373737;
		}

  DD { 
		font: 8pt "Arial";
  		text-align: left;
		color: #000000;
		}

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

