body { color: black; background-color: white; }

a.extern-link-diff:after {
	content: " (" attr(href) ")";
	/* I wish I could just underline the href */
}

a.extern-link-diff {
	text-decoration: none;
	color: black;
}

a.extern-link {
	text-decoration: none;
	color: black;
}

h2 { page-break-after: avoid; }

h3 { page-break-after: avoid; }
