@media print {
	body {
		border: green 5px solid;
	}

	a[title]::after {
	  content: " (" attr(title) ")";
	  color: #888;
	  background-color: inherit;
	  font-style: italic;
	  size: 80%;
	}
}