@import url("UsedCarPage.css");



@page { 
	size: A4;
	margin: 1cm;
	margin-top: 4cm;
	margin-bottom: 3cm;
	@top { 
		vertical-align: baseline;
		content: flow(header); 
	}
	@bottom {
		vertical-align: top;
		content: flow(footer); 
	}
}