/* vim: set tabstop=2 softtabstop=2 shiftwidth=2 : */
.printhide {
	display: none;
}

html,body {
	background-color: white;
	color: black;
	font-family: serif;
}

a {
	color: black;
	font-style: italic;
}

a.printexpand:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

