.links {
	font-family: "AmerType Md BT";
	color: #999999;
	text-decoration: none;
	font-variant: normal;

}
a:link {
	font-family: "AmerType Md BT";
	font-size: 16px;
	color: #999966;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	font-family: "AmerType Md BT";
	font-size: 16px;
	color: #999966;
	text-decoration: none;
}
a:hover {
	font-family: "AmerType Md BT";
	font-size: 16px;
	color: #339933;
	text-decoration: underline;
}
a:active {
	font-family: "AmerType Md BT";
	font-size: 16px;
	color: #999966;
	text-decoration: none;
}
