/* ~~~~~~~~~~~~~~~~~~ */
/* ~~~~ print.css ~~~~ */
/* ~~~~~~~~~~~~~~~~~~ */

html * {
	background-image:none !important;
	background:#fff !important;
	color:#000 !important;
}
/* Hide unecessary content */
#masthead, #column1, #column3, #lastGame, #footer, div.utilButtons, div.commentsForms {
	display:none !important; 
}
#container, #main, #column2 {
	width:100% !important;
	margin:auto auto !important;
	padding:0 !important;
}
div.jaggedImage {
	display:none !important;
}
#content {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}
table {
	width:100% !important; 
}
table td, table th {
	border:1px solid #000 !important;
}