@charset "utf-8";
.header {
	background-color: #C1CC90;
	border: 3px solid #79815A;
}
.menu {
	background-color: #C1CC90;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79815A;
	border-right-color: #79815A;
	border-bottom-color: #79815A;
	border-left-color: #79815A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	background-color: #C1CC90;
	border: 3px solid #79815A;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

