/* CSS Document */

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
color:#004A00;
line-height:18px;
padding:3px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #D56500;
	display: block;
	padding: 4px;
	width: 120px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #E4C885;
	display: block;
	padding: 4px;
	width: 125px;
}
