/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #673f40;
line-height: 18px;
padding; 3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #673F40;
}
.navigation {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	height: auto;
}


.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	height: auto;
}
