@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}
