@media print {  a { text-decoration: none; color: #000; background: #fff none; }  .noprint { display: none; }  .printonly { display: block; }  .url { display: inline; padding-right:0.8em; } }body 	{        background: white none;        color : Black;        padding-left: 4cm;        padding-right: 2cm;        padding-bottom: 1cm;        padding-top:3cm		}h1, h2, h3, h4, h5, h6 {        font-family : Arial, Helvetica, sans-serif;        font-weight : bold;  		page-break-after : avoid; }H1              { font-size: 160%; }H2              { font-size: 130%; }H3              { font-size: 117%; }H4              { font-size: 105%; }H5              { font-size: 102%; }H6              { font-size: 100%; }		}p, li, th, td {        font-family : 		"Times New Roman", Times, serif;        font-size: 			12pt;		}blockquote 		{		font-family: 		"Courier New", Courier, Mono, monospace;		font-size:			10pt;		}	h1 		{        font-size: 			14pt;        font-weight: 		bold;		}h2 		{        font-size: 			14pt;		}		h3 		{        font-size: 			13pt;		}a 		{        color: 				Black;        text-decoration: 	none;		}strong  {        font-weight: 		bold;        }caption		{ 		font-weight:		bold;		}.zitat 	{	font-family: "Courier New", Courier, Mono, monospace	}.disclaimer	{	font-family: "Comic Sans MS", serif;	font-size: 				10pt;	}.hide	{	display: none;	}}