h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFF00;



}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFFF00;
	font-weight: bold;

}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;

}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF6600;
	font-weight: bolder;

}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF6600;
}
hr {
	border: thin solid #FF6600;
}

