/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 0px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #375032;
	text-decoration: none;
	background-color: #B6C8DC;
	display: table-row;
	padding: 77px;
	width: 800px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B6C8DC;
	display: table-row;
	padding: 77px;
	width: 800px;
}
