.text {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.textlink {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
}
.textlink:hover {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #336600;
	text-decoration: underline;
}
.textheadline {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
.textheadlinelink {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #336600;
	text-decoration: underline;
	font-weight: bold;
}
.textheadlinelink:hover {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.textheadlinehuge {
	font-family: "Arial Narrow";
	font-size: 30px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}