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

H2 {
	font-size: 14pt;
	color: Yellow;
}

H3 {
	font-size: 13pt;
	color: Lime;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: Yellow;
}

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

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

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

