H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size :50;
	font-weight : bold;
	background : Green;
	color : White;
	font-style : normal;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size :35;
	font-weight : bold;
	background : Green;
	color : White;
	font-style : normal;	
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size :20;
	font-weight : bold;
	background : Green;
	color : White;
	font-style : normal;	
}
BODY {
	background : Green;
	font-style : normal;
	font-weight : bold;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}
TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
}
