H1 {
	color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 25px;
	text-align : center;
	margin : 3px;
	padding : 3px 0px;
}
H2 {
	color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 19px;
	text-align : center;
	margin : 3px;
	padding : 3px 0px;
}
H3 {
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 16px;
	text-align : center;
}
H4 {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 12px;
	padding : 0px 15px 0px 15px;
	margin : 0px 15px 0px 15px;
	text-align : justify;
}
H5 {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	text-align : justify;
	font-style : italic;
}
H6 {
	font-family : "Times New Roman", Times, serif;
	text-align : right;
	font-size : 14px;
	padding : 0px 10px 0px 10px;
	margin : 0px 0px;
	font-style : normal;
}

