BODY, TD {
	background: Blue;
	color : #FFFFE0;
	font-family : "MS Sans Serif";
	font-size: 14px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: #FAFAD2;
}

A:Hover {
	color: #F0FFFF;
}

HR {
	height: 1pt;
}

