BODY, TD {
	background: Black;
	color : white;
	font-family : Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight : bold;
}

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

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

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

A {
	text-decoration: none;
	font-size: 14px;
	color: #FF0000;
}

A:Hover {
	text-decoration: underline;
	color: #FF0000;
}

HR {
	color: blue;
	height: 1pt;
}
