@media print {
	.noprint {
		display: none;
	}
	
	body, table, div, td, p, a, h1, h2, h3, span, 
	.newspaper, .newspaper_header, .newspaper_link,
	.newspaper table td, .newspaper div, .newspaper table {
		color: black !important;
	}
	
	table.newspaper_main_table,
	table.newspaper_layout {		
		-webkit-border-horizontal-spacing: 0px !important;
		-webkit-border-vertical-spacing: 0px !important;
		border-spacing: 0px !important;
		padding: 0px !important;
	}
	
	div#page_container {
		padding: 0px !important;
		border-width: 0px !important;
	}
	
	td#newspaper_main_table_td {
		padding-right: 30px;
	}

}