/*
	@homepage http://userstyles.org/styles/11222
	@updateurl http://userstyles.org/styles/iecss/11222/NYTimes%20Printer%20Friendly%202Column.css
	@url-prefix http://www.nytimes.com
*/
@namespace url(http://www.w3.org/1999/xhtml);body.printerversion {
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	font-size: 120% !important;
	
}
.printerversion #articleBody p {
	line-height: 180% !important;
	font-size: 15pt !important;
}

.printerversion table {
	width: 200px !important;
}

.printerversion #footer {
	display:none !important;
}
