@charset "UTF-8";

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	color: #701111;
	text-decoration: underline;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: fff491;
}
a:link {
	text-decoration: none;
	color: #fdfbe8;
}
a:visited {
	color: #9a9354;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fdfbe8;
	line-height: 18px;
}
.yellowhed {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff491;
}
