/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {
	margin: 0.6em; 
	background: none #fff; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	font-weight: lighter;
}
h1 {
	font-size: 18px;
	color: #007b4f;
	line-height: 18px;
	font-weight: bold;
	}
h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #008c36;
	line-height: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
	}
#layout {width: auto; margin: 0; padding: 1em; background: none #fff; }
#logo, #lang, #nav, #spacer, #content_left, #content_rigtht, #apps {display: none; }
.content_footer {display: none; }
.bigborder {
	padding:0;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 15px solid #fff;
	box-shadow: 3px 5px 10px #888;
	-moz-box-shadow: 3px 5px 10px #888;
	-webkit-box-shadow: 3px 5px 10px #888;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=7)
		progid:DXImageTransform.Microsoft.Glow(color=#888888, strength=1);
	}
#content_rightwide, #content_middle {float: none; width: auto; margin: 0; padding: 0; background: #fff; text-align: left; }