h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #ECE9D8;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
}
