/* CSS Document */

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

.navigation {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #80FF80;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D0F9C1;
	display: block;
	padding: 8px;
	width: 140px;
}
