@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.nytimes.com) {
body.printerversion {
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	font-size: 120% !important;
	/*line-height: 150% !important;*/
}
.printerversion #articleBody p {
	line-height: 180% !important;
	font-size: 15pt !important;
}

.printerversion table {
	width: 200px !important;
}

.printerversion #footer {
	display:none !important;
}


}