BODY, TD {
	background: #000000;
	color : silver;
	font-family : Arial;
	font-size: smaller;
	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: white;
}

A:Hover {
    font-family: Verdana;
	color: #00D900;
	}

HR {
	height: 1pt;
}


