BODY, TD {
	font-family : Arial;
	font-size : 11px;
	text-decoration: none;
	color: White;
}
A {
	text-decoration: none;
	color: White;
}
A:Hover {
	text-decoration: underline;
	color: Silver;
}

H1 {
	color : White;
	font-family : Arial;
	font-size : 12px;
}

H2 {
	color : White;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}

H3 {
	color : Black;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}

H4 {
	color : White;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	background : Gray;
}




