/* $Source: /home/johnny/html/G8Blog/RCS/prn.css,v $ */
/* print CSS2 */
html, body {
	margin: 0; padding: 0;
	}
html, body, table, td, th, caption {
	font-size: 12pt !important;
	background: white !important;
	color: black !important;
	}
* {
	color: inherit !important;
	background: transparent;
	}
div#sitemenu, div#nextlast {
	display: none;
	}
div#item {
	float: none; width: 100%;
	margin: 0; padding: 0; border: 0;
	}
div#header {
	border: solid thin black;
	}
div.prnonly {
	border: 0;
	}
p#banner {
	float: none;
	}
.prnonly {
	display: block;
	}
.noprint {
	display: none;
	}
/* $Id: prn.css,v 1.15 2007/08/19 09:36:31 johnny Exp $ */
