BODY  {
	font-family : Verdana, Arial;
	font-style : Normal;
	font-weight : Normal;
	color : black;
	background-color : White;
	text-decoration : None;
	text-align : Left;
}

H1  {
	font-family : Verdana, Arial;
	font-size : 28px;
	color : Black;
	font-style : Normal;
	font-weight : Bold;
}

H2  {
	font-family : Arial, Verdana ;
	font-size : 18px;
	color:#CC0000;
	font-style : Normal;
	font-weight : Bold;
}

H3  {
	font-family : Verdana, Arial;
	font-size : 16px;
	color : Black;
	font-style : Normal;
	font-weight : Bold;
}

H4  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : Black;
	font-weight : Normal;
}

H5  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : Black;
	font-weight : Normal;
}

H6  {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : Black;
	font-weight : Normal;
}

TH  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : Black;
	font-weight : Bold;
}

TD  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : Black;
	font-weight : Bold;
}

A:link {
	font-family : Verdana, Arial;
	text-decoration : None;
	color : Aqua;
	font-weight : Bold;
}

A:visited  {
	font-family : Verdana, Arial;
	text-decoration : Underline;
	color : Teal;
	font-weight : Bold;
}

A:hover  {
	font-family : Verdana, Arial;
	text-decoration : Underline;
	color : Yellow;
	font-weight : Bold;
}
