BODY, TD {
	background: #00D783;
	color: Navy;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 20pt;
	color: #FFE4B5;
	font-weight: bolder;
}

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

H4 {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	color: #975B5B;
}

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

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

HR {
	color: #FF6347;
	height: 1pt;
}

