a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: none;
}
.secondary a:link {
	color: #000000;
}
.secondary a:visited {
	color: #000000;
	text-decoration: none;
}
.secondary a:hover {
	color: #000000;
	text-decoration: underline;

}
.secondary a:active {
	color: #000000;
	text-decoration: none;
}
