@media print {
	* {
		background: #fff;
		color: #000;
	}
	
	html {
		font: 100%/1.5 Verdana, serif;
	}

	#header {
		display: none;
	}
	
	#navbox {
		display: none;
	}

	#downunder {
		display: none;
	}
	
	.navigation {
		display: none;
	}
	
	.blackbox {
		display: none;
	}
	
	.meta .small {
		display: none;
	}

	.comment a img, .comment-bippus {
		display: none;
	}
	
	#comment-form {
		display: none;
	}
}