@charset "UTF-8";
a:link {
	color: #FF2715;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEA648;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #36170C;
}
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #36170C;
}
