/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-style: none;
	line-height: 18px;
	padding: 3px;
}

.bold { 
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	display: block;
	background-color: #f68e32;
	border-top-style: none;
	border-bottom-color: #fabd86;
	border-bottom-style: double;
	border-bottom-width: thin;
	color: #000000;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	display: block;
	background-color: #fa7907;
}

