body {
  background-color: #ADBA4A;
}
.text {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
.titles {

	font-family: tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
#navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}
#navigation a:link, #navigation a:visited {
	padding: 2px 10px 3px 10px;
	color: #003300;
	text-decoration: none;
	border-top: 1px solid #99FF33;
	border-left: 1px solid #99FF33;
	border-bottom: 1px solid #999900;
	border-right: 1px solid #999900;
	}
#navigation a:hover {
	padding: 3px 8px 2px 11px;
	border-top: 1px solid #999900;
	border-left: 1px solid #999900;
	border-bottom: 2px solid #666600;
	border-right: 2px solid #666600;
	color: #003300;
	}
#navigation td {
	margin: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
