﻿/* Don't show screen elements on the printed page */
.screenonly {
	display: none;
}

/* Show elements hidden on the screen for the printer */
.printonly {
	display: block;
}

/* Reset the central column so there's no wasted space */
#centrecol {
	float: none;
	width: auto;
}
#page {
	margin: 0;
	width: auto;
}

/* Remove the garish background (only applies to Opera) */
body {
	background: none;
}