/* Print Stylesheet */
body {
	background: #fff;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 10%;
	line-height: 1.75em;
	font-size: 12pt;
}
div.image { float: none;
text-align: center; }
div.image img {
	filter: grayscale(1);
	max-width: 300px;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;

}
img:after { content: "Image courtesy of unsplash.com"; }
ul {
	display: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a[href^=http]:after {
      content:" <" attr(href) "> ";
}
h1 {
	text-shadow: none;
}
h2 {
	text-shadow: none;
}
P:first-letter {
	font-size: 150%;
	text-shadow: none;
}
div.note {
	display: block;
	padding: 20px;
	border: 1px solid #ccc;
}