.park {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
}
.link {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
.link:link {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
.link:visited {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
.link:hover {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.link:active {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
.parkgrey {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: gray;
	text-decoration: none;
	letter-spacing: normal;
}
.linkgrey { font-family: Georgia, "Times New Roman"; font-size: 12px; line-height: 15px; color: gray; text-decoration: underline; }
