@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
	text-align: center;
	font-size: 36px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #801111;
	text-align: left;
	font-size: 24px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color: #801111;
	text-align: center;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color: #801111;
	text-align: right;
}
h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	text-align: right;
	color: #C00;
}
h6 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	text-align: left;
	color: #900;
}

	body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color:#6F9;
	color: #000;
}
