a.navtan:link {
	color: #E8EEA6;
	text-decoration: underline;
	font-weight: 500;
}
a.navtan:visited {
	color: #E8EEA6;
	text-decoration: underline;
	font-weight: 500;
}
a.navtan:hover {
	color: #EEF5AA;
	text-decoration: none;
	font-weight: 500;
}
a.navtan:active {
	color: #F8FFB0;
	text-decoration: none;
	font-weight: 500;
}
