@media print {
	img, #body-navi, #info {
		display: none;
	}
}

h1, h2, h3, h4 {
    page-break-after:avoid;
}