@charset "UTF-8";
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3B2115;
	text-decoration: none;
	background-color: #DDC093;
	display: block;
	border: thin solid #3B2115;
	width: 120px;
	padding: 5px;
	font-weight: bold;
}
a.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #DDC093;
	text-decoration: none;
	background-color: #3B2115;
	display: block;
	border: thin solid #3B2115;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #DDC093;
	text-decoration: none;
}
.generaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #3B2115;
	text-decoration: none;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #DDC093;
	text-decoration: none;
	text-align: center;
}
.LINKS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3B2115;
	text-decoration: underline;
}
a.LINKS:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #DDC093;
	text-decoration: none;
	background-color: #3B2115;
}
