/* imported sheets */
@import url(content_screen.css); /* this will apply all screen rules to the printer, unless overridden below */

#hidefromprint, #donotprint, #noprint, .noprint {
	display: none;
}

.printonly, #printonly {
	display: inline;
}