@page {
	size: portrait;
}
body, /*h1, h2,*/ a, p, .mybold {
	/* könnte ggf. gekürzt werden */
	color: Black;
	background: White;
	font-size: 10pt;
	font-weight: normal;
}
/*h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}	*/
td,th {
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 5px;
}
a {
	font-style: italic;
	text-decoration: none; /* alternativ die übliche Unterstreichnung */
}
a:after {
	font-size: 8pt;
	content: " (URL: " attr(href) ") ";
	font-style: italic;
}
.noprint, .helpright, .spacer {
	display: none;
}
img {
	border: none;
}