/* CSS Document */


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 150px;
	height: 30px;
	color: #FF9B01;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9C04;
	display: block;
	padding: 5px;
	width: 150px;
	height: 30px;
}
