/* CSS Document */

.navigation {
	color: #996633;
	font-size: 18px;
	font-family: "Stylus BT";
	background-color: #000000;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
	background-attachment: scroll;
	text-decoration: none;
	display: compact;
	padding: 8px;
	width: 140px;
}



.navigation:hover {
	color: #000000;
	font-size: 22px;
	font-family: "Stylus BT";
	background-color: #996633;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
	background-attachment: scroll;
	text-decoration: none;
	display: compact;
	padding: 8px;
	width: 140px;
}
