// Thanks to https://css-tricks.com/css-tricks-finally-gets-a-print-stylesheet/
body {
	background: none !important;
	color: black !important;
}

.page {
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	text-decoration: none !important;
}

a:after {
	content: " [" attr(href) "] ";
}

nav {
	display: none !important;
}
