/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation{
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #993300;
	display: block;
	width: 105px;
}


.navigation:hover {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: ffffff;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	width: 105px;
}

}
.bolder {
	font-family: Veranda, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
