TD {
	background: #FFFFFF;
	color : #000000;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #FF0000;
}

H4 {
    font-size: smaller;
	font-variant: normal;
	font-weight: normal;
	color : Blue;
	}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	color: Blue;
	font-weight : normal;
}

HR {
	color: blue;
	height: 1pt;
}
BODY { 
	background: #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
 } 
