@media print {
	@page {
		size: 8.5in 11in;
		margin: 0.5cm 1cm 0.5cm 1cm;
		padding: 0.5cm 0 0.5cm 0;
	}
	body {
		font-family: Arial, sans-serif;
	    font-size: 8pt;
	    font-color: black;
	    background: white;
	}
	
	a {
		color: black;
	}
	#pageHeader{
		display: block;
		position: fixed; top: 0; left: 0; width: 100%; height: auto;
	}
	#pageFooter{
		display: block;
		position: absolute; bottom: 1cm; left: 0; width: 100%; height: auto !important;
	}
	footer {page-break-after: always;}
}