BODY, TD {
	background: #FFBB3C;
	color: #436DA3;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: justify;
}

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

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

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: #228B22;
}

A {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
	color: #800040;
	font-weight: bold;
}

HR {
	color: #483D8B;
	height: 1pt;
}

