a {
	text-decoration: none;
	font-weight: ;
	color: #051016;
}

a:link {
	text-decoration: none;
	font-weight: ;
	color: #051016;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited {
	color: #051016;
}

a:active {
	color: #FF8000;
}