.navigation {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 8px;
	width: auto;
	color: #ffffff;
}


.navigation:hover {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #006633;
	display: block;
	padding: 8px;
	width: auto;
}

.navigation1 {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding: 5px;
	width: auto;
	color: #999999;
}

