/* CSS Document */

p{
font-family: Helvetica, sans-serif;
font-size: 13px;
color: #FF9900;
line-height: 18px;
padding: 3px;
}
.navigation {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 6px;
	width: 130px;
}


.navigation:hover {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663300;
	display: block;
	padding: 6px;
	width: 130px;
}

