a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.navlink a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;

}

.navlink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;

}

.navlink a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;

}
