/*/////////////////////////////////////////

TURN EVERYTHING TO BLACK AND WHITE

/////////////////////////////////////////*/
* {
	border: 0px !important;
	color: #000 !important;
	background: #FFF !important;
	background-image: none !important;
}
body {
	font-size: 100%;
	line-height: 1.5em;
}
/*/////////////////////////////////////////

HIDE THE FOLLOWING ELEMENTS

/////////////////////////////////////////*/
.date,
#header,
#footer,
#bottom_links,
#titlebar,
#leftcolumn,
#rightcolumn,
#main .top,
#main .bottom {
	display: none;
}
#main,
#main .con {
	width: 100% !important;
	margin: 0px !important;
}