BODY, TD {
	color: Black;
	font: 400 normal 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
}

A {
	background: none;
	color: White;
	font-weight: 900;
	text-decoration: none;
}

H1 {
	background: none;
	color: White;
	font-size: 300%;
	font-weight: bold;
	font-style: italic;
}

H2 {
	background :  none;
	color : White;
	font-size : 125%;
}

H3 {
	color : White;
	font-size : 90%;
	
}

H4 {
	color : Black;
}

P {
	background :  none;
	color : #2F4F4F;
	font : 400 normal 110% Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding : 2% 2% 2% 2%;
}

TH {
	background : none;
	color : #DCDCDC;
	font-size : 115%;
	font-weight : 600;
}

