/* CSS Document */

.navigation {
	font-family: Harrington;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 220px;
	text-decoration: none;
	background-color: #000000;
}

.navigation:hover {
	font-family: Harrington;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 220px;
	text-decoration: none;
	background-color: #003366;
}

