/* CSS Document */

p {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 18px;
	padding: 3px;
	
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#E00724;
}.what {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:#990000;
	text-decoration: none;
	}.url {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:#990000;
	text-decoration: underline;
	}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	background-color: #8c8643;
	display: block;
	padding: 8px;
	width: 185px;
	color: #000000;

}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	background-color: #660707;
	display: block;
	padding: 8px;
	width: 185px;
	color: #FFFFFF;

}
