@media print {
.noimpr {
display: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 700px;
}
}

