@media print {
	#legcontent {
    	font-size: 9px !important;
	    height: auto !important;
    	overflow: visible !important;
		width: auto !important;
		border: 0 none !important;
	}

	a {
    	display: none !important;
	}
	hr {
    	display: none !important;
	}
	label {
    	display: none !important;
	}
	ul {
    	display: none !important;
	}
	input {
    	display: none !important;
	}
	h3 {
    	text-decoration: underline;
	}

	h3.pagebreak {	
		page-break-before:always;
	}
}
