/* CSS for controlling things only when displaying on the screen. */

.printonly {
	display:			none;
	visibility:			hidden;
}
