@charset "utf-8";
.topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9a9a9a;
}
.topnav a {
	color: #9a9a9a;
	text-decoration: none;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #744203;
}
.topnav a:hover {
	color: #FBB853;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #734e16;
}

