@charset "utf-8";
#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003300;
	background-color: #D5EA95;
	height: 20px;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	text-decoration: none;
}
alink {
	color: #003300;
	text-decoration: none;
}

ahover {
	color: #FF0000;
	text-decoration: none;
}
avisited {
	color: #996666;
	text-decoration: none;
}
