p,h2,.non-printable {
	display: none;
}
.printable p {
	display: block;
	font-family: Times, "Times New Roman", Garamond, serif;
	visibility: visible;
	background-color: white;
	color: black;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-word;
}
a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.citation {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}
