@import "common.css";

@media print{ 
	body{
		zoom: 87%;
		background: none;
	}
	#ct .listingBlockA1 p,
	#ct .listingBlockB1 p{
		zoom: 98%;
	}
}

