/* Print styles */

.content,
html * {
   /* Do not use image background for printing as
      unnecessary MB slows printing dramatically! */
	background-image: none;
}

.links,
.news,
.contact {
   display: none;
}
