.internallink-link {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
	transition: opacity .15s ease;
}

.internallink-link:hover {
	opacity: .75;
}
