/* CSS document */
p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: 993300;
	display: block;
	padding: 8px;
	width: 140px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 200;
	color: #00F;
	font-style: normal;
	font-variant: normal;
}
{navigation
}


}.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
}

