body, h1, h2, h3, a, p {
	color: Black;
	background: White;
	font-size: 10pt;
	font-weight: normal;
}
h1 {
	font-size: 14pt;
}
h2, h3 {
	font-size: 12pt;
}	
a {
	font-style: italic;
	text-decoration: none; /* alternativ die übliche Unterstreichnung */
}
a:after {
	font-size: 8pt;
	content: " (URL: " attr(href) ") ";
	font-style: italic;
}
.noprint, div#footer, div#map a:link {
	display: none;
}
.my-code {
	font-style: italic;
}

