@charset "UTF-8";
@media print
{
	body, .margin, #container {margin:0; padding: 0; border: 0;}
	.margin, #container {width: 100% !important; min-width:0; max-width: none}
	#header {height: auto}
	body * {font-family: "Times New Roman", Times, serif}
	code, pre { font-family:"Courier New", Courier, mono}
	body {font-size: 12pt}
	h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
	abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}
	#container a[href^="http:"], #page a[href^="https:"] {
		padding-left: 0;
		background-image: none;
	}
	a[href]:after {
		content:" <URL: "attr(href)">";
		color:#444;
		background:inherit;
		font-style:italic;
	}
	#navigation {display:none}
	#extra {display:none}
	#footer {display: none} 
  	.gala1 #content { width: 100%; margin:0; padding: 0; border:0}
}