a {
	color: currentColor;
	text-decoration: none;
}
a:after {
	content: " (" attr(href) ")";
	font-size: smaller;
	font-family: sans-serif;
}
a[href^="https://en.wikipedia.org"]:after {
	/* Wikipedia links would only busy things but are not essential */
	content: "";
}
