@charset "utf-8";
/* CSS Document */

body {
	background-color: #2A7E0E;
}
.MenuText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline overline;
}
.SmallText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.BodyText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.SubHeaderText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.HeaderText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.BodyTextCenter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.image {
	border: 6px solid #2A7E0E;
}

.menu { list-style: none outside; width: fit-content; margin: 0 auto; text-align: center; }
.menu li { background: #ECECD2; display: inline-block; padding: 0.25em 0.5em; }


