a {
	text-decoration: none;
	color: #ff3c00;
}
a:hover {
	text-decoration: underline;
	color: #ff3c00;
}

