@charset "utf-8";
/* CSS Document */
p{
	font-family: Verdana, sans-serif;






font size: 11px;
	color: #B29F3A;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}

.navigation{
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B29F3A;
	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: #F7EEDF;
	text-decoration: none;
	background-color: #B29F3A;
	display: block;
	padding: 8px;
	width: 140px;
}
