body  {
	background-color: #83BE6C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006A35; 
	margin: 0px;
}
h1 {
	background-color: #83BE6C;
	color: #006A35;
	width: 100%;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #006A35;
	background-color: #83BE6C;
	font-size: 11px;
	margin-bottom: 6px;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #006A35;
	background-color: #83BE6C;
	text-decoration: none;
	font-size: 10px;
}
.home {
	color: #006A35;
	background-color: #83BE6C;
	font-size: 10px;
	text-align: justify;
}
a:link.lang, a:visited.lang, a:active.lang {
	color: #006A35;
	background-color: #83BE6C;
	text-decoration: none;
	font-size: 10px;
	padding: 0 5%;
}
a:hover.lang {
	color: white;
	background-color: #83BE6C;
}
#header{
	width: 100%;
}
#navbut {
	background-color: #E8E8E8;
	width: 15%;
	float: left;
	margin: 0px;
	height: 700px;
}
#navbut a {
	background-color: #83BE6C;
	color: White;
	display: block;
	border: 1px solid white;
	padding: 5px 0 5px 10px;
	margin: 15px 0;
	width: 80%;
	font-weight: bold;
	text-decoration: none;
}
#navbut a:hover {
	text-decoration: underline;
}
#content {
	padding: 0px;
	margin-left: 15%;
	padding-left: 2%;
	padding-right: 5%;
	font-size: 11px;
	height: 700px;
	text-align: justify;
	background-color: White;
}
#content h1 {
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid black;
	padding-top: 15px;
	background-color: White;
}
#content h2 {
	color: #006A35;
	background-color: #83BE6C;
	font-size: 13px;
	margin-bottom: 6px;
	text-align: left;
	background-color: White;
	font-variant: small-caps;
}
#content h3 {
	color: #006A35;
	background-color: #83BE6C;
	font-size: 11px;
	margin-bottom: 6px;
	text-align: left;
	border-bottom: 1px dotted #006A35;
	background-color: White;
}
#content a {
	font-size: 11px;
	text-decoration: underline;
	background-color: White;
}
#footer {
	background-color: #415F36;
	width: 100%;
	color: White;
	padding: 5px 0;
	text-align: center;
}
#footer a {
	color: White;
	background-color: #415F36;
}
#foot a {
	padding: 0px;
	margin: 0px;
	display: none;
}
#foot {
	padding: 0px;
	margin: 0px;
	display: none;
}