a:link {
	color: Black;
	text-decoration: none;
	font-weight : normal;
}
a:visited{
	color: Black;
	text-decoration: none;
	font-weight : normal;
}
a:hover {
	color: #FFD700;
	text-decoration: underline;
	font-weight : normal;
}
a:active {
	color: #FFD700;
	text-decoration: underline;
	font-weight : normal;
}

