*{
	text-indent: 0 !important;
	background: white !important;
	color: black !important;
}

/* Things to hide: */
#header .bannerad, #header .logo, #nav, #statusbar .settings, #leftcol, #footer{
	display: none;
}

/* Things to show: */
.printonly{
	display: inline;
}

.printonlyblock{
	display: block !important;
}

/* Other things */

h2{
	font-size: 2em;
	line-height: 2.2em;
}

hr{
	display: block !important;
	margin: 10px 0;
	clear: both;
}