a {
	text-decoration: none;
}
a:hover {
	font-weight: 600;
	text-decoration: underline;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	font-weight: 900;
	color: #ffcc33;
	text-decoration: underline;
}

