/* CSS Document */

.navigation{
	font-family:Garamond, Georgia, Harrington;
	font-size:large;
	color:#660000;
	line-height:18px;
	font-weight:bold;
	padding:10px;
	display: block;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-style: groove;
	width: 140px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFF66;
	text-align: center;
	vertical-align: middle;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


.navigation:hover{
	font-family:Garamond, Georgia, Harrington;
	font-size:large;
	color:#CC0000;
	line-height:18px;
	font-weight:bold;
	padding:10px;
	display: block;
	background-color:#FFFFCC;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-style: groove;
	width: 140px;
}
