a {
	text-decoration: none;
	color: inherit;
}

.releases a {
	text-decoration: underline;
}

.releases a:hover {
	text-decoration: underline;
	color: #172626;
	background-color: #F9D5C8;
}

.releases .license a:hover,
.terms a:hover {
	text-decoration: none;
	background-color: #508484;
	color: white;
}

a[href*="mailto:"]::before {
	content: "✉";
}

a[href*="mailto:"] {
	text-decoration:  none;
}

a[href*="mailto:"]:hover {
	text-decoration: none;
	color: #011936;
	background-color: #C4D4CF;
}
