@charset "utf-8";
/* CSS Document */

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F1EFD6;
	text-decoration: none;
	background-color: #739EA7;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F1EFD6;
	text-decoration: none;
	background-color: #C7A659;
	display: block;
	padding: 8px;
	width: 140px;
}
