td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #006666;
}

.navigation {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #7B9263;
	display: block;
	padding: 2px;
	width: 131px;
	color: #7B9263;
	text-decoration: none;
	font-weight: bold;
}

.navigation:hover {
	background-color: #009900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #7B9263;
	display: block;
	padding: 2px;
	width: 131px;
	color: #FFFFFF;
	font-weight: bold;
}
.linkFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #339966;
	text-decoration: underline;
	font-weight: bold;
}

.linkFont:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #339966;
	font-weight: bold;
	text-decoration: none;
}
