/* CSS Document */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	line-height:normal;
	padding:5px;
	float: none;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}

.med_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #CC9966;
	display: block;
	padding: 3px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #CCCC99;
	display: block;
	padding: 3px;
	width: 100px;
}
