BODY  {
	background: #333333;
	color : #ADB5E4;
	font-family : "Trebuchet MS";
	font-size: 12px;
}
TH {
	color : Red;
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight : bold;
}
TD {
	color : #ADB5E4;
	font-family : "Trebuchet MS";
	font-size: 12px;
}

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

H3 {
	color : Red;
	font-size: 12pt;
}

H4 {
    color : Red;
	font-size: small;
}

A {
	color: Aqua;
	text-decoration : none;
}

A:Hover {
	color: yellow;
	font-weight : bold;
}

HR {
	height: 1pt;
}

