BODY {
	background: #333333;
	color : Red;
	font-family : "Trebuchet MS";
	font-size: 15px;
}
TH {
	font-family : "Trebuchet MS";
	font-size : 18px;
	color : Red;
	font : bold;
}
TD {
	color : White;
	font-family : "Trebuchet MS";
	font-size : 16px;
}


H2 {
	font-size: 14pt;
}

H3 {
	font-size: 12pt;
}

H4 {
    font-size: small;
}

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

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

HR {
	height: 1pt;
}


