// Thanks to https://css-tricks.com/css-tricks-finally-gets-a-print-stylesheet/
body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}

#page {
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navigation, #post-navigation {
	display: none;
}

a {
	text-decoration: none;
}

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