@media print {
	body {
		font-family: "Times New Roman", Times, serif
	}
	
	* {
		page-break-inside: avoid;
	}
}