@media print {

.hfns
{
	display:none;
}
h1
{
	font-size:16pt;
}
p
{
	font-size:10pt;
}
a 
{
	background-image:none;
	padding:0px;
}
a:link:after, a:visited:after {
   content: " [Link: " attr(href) "] ";
   font-size: 90%;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	
}
a:link, a:visited
{
	background: transparent;
	text-decoration: underline;
	color:#030CBD;
}
a[href^="javascript"]:after
{
	content: "";
}
a[href^="de"]:after
{
	content: " [Link: http://www.orglab.de/"attr(href)"] ";
}
a[href^="en"]:after
{
	content: " [Link: http://www.orglab.de/"attr(href)"] ";
}
a[href^="/"]:after
{
	content: " [Link: http://www.orglab.de/"attr(href)"] ";
}
}