/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:11px;
color:#000000;
line-height:18px;
padding:3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
}.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #402000;
	text-decoration: none;
	background-color: #F8FC58;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 140px;
}.header {
	font-family: Verdana, sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #663300;
	text-decoration: none;
	text-transform: capitalize;
}
