@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 43px;
	color: #660000;
	margin-top: 20px;
	margin-left: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC9901;
	margin-left: 20px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	line-height: 18px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	list-style-type: disc;
	line-height: 20px;
}
a {
	color: #660000;
}

