@media print {

	* { font-size: 12px; }

	.td {
		font-weight: normal;
	}
	#PrintArea {
		display: block;
	}
	
}