@media print {

abbr[title]: after, acronym[title]: after {
	content: '(' attr(title) ')';
}

a[href^="http:"]:after {
	content: " <URL: "attr(href)">";
	color: #000000;
	background-color: none;
	font-style: italic;
}
h1, h2, h3, h4 {
	page-break-after: avoid;
}

#navigation, #subcontent {
  display: none;
}

#container {width:auto; margin:0; padding:1px 0; text-align:left; background:#ffffff; color:#303030; border:0; }
#header img {margin: 0px; height: 89px; width: 173px; position: static; right: 20px; top: 5px; }
}
