H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-justify : auto;
	color : Red;
}
H2 {
	color : Aqua;
}
H3 {
	color : Lime;
	font-family : Arial, Helvetica, sans-serif;
}
.shadow
 {
	font: Bold x-large 'Verdana', 'Arial', 'Sans-Serif';
	color: #FF0033;
	filter: shadow(Color=#E1E1E1,Direction=135);
	padding: 5pt 12pt;
	height: 60;
	position: relative;
	left: 0;
	top: 0;
	text-align : center;
}
H4 {
	font-family : cursive;
	color : #DEB887;
}
H5 {
	background-color : transparent;
	font-family : cursive;
	color : Aqua;
	font-style : italic;
}

