/* CSS Document */

p{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: "Bookman Old Style", serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: ECFFEC;
	display: block;
	padding: 1px;
	width: 140px;
	line-height: 15px;
}

.navigation:hover {
	font-family: "Bookman Old Style", serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CFE1CE;
	display: block;
	padding: 1px;
	width: 140px;
}