/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
line-height: 19px;
padding: 4px;
}

.bold {
	font-family: Verdana, san-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #339900;
}

.navigation {
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339900;
	display: block;
	padding: 8px;
	width: auto;
	line-height: 2;
}

.navigation:hover {
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00FF00;
	display: block;
	padding: 8px;
	width: auto;
}

