@media print {

	#frm #container, #frm #container div, body {width: 100%; margin: 0; padding: 0; float: none; overflow: visible; max-width: none; height: auto; max-height: none; position: static;}
	#header, .menu, .search, #right, #footer img {display: none;}
	#footer {border-top: 1px solid #000;}

	h1, h2, h3, h4 {page-break-after: avoid;}
	img {max-width: 100% !important;}
	#body a[href^=http]:after {content:" <" attr(href) "> "; font-size: 80%; color: #777;}
	#body a[href^="#"]:after {content: "";}
	#frm ul li {list-style: disc inside;}
	table.blackborder td {border: 1px solid #555; border-collapse: collapse;}
	body a.external {padding-right: 0;}
}