@media print {
	body{
		margin: 0;
		padding: 10px;
		background-image: none;
	}
}