/* CSS Document */

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
	background-color: #D21034;
	display: block;
	padding: 8px;
	width: 150px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D21034;
	text-decoration: none;
	background-color: #E1E1E1;
	display: block;
	padding: 8px;
	width: 150px;
}
