@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#header, #leftCol, #rightCol, #footer {
	display: none;
	}

/* Change backgrounds etc */

* {
	background-color: white !important;
	background-image: none !important;
	background: white;
 }
 
body {
	font-size: 14px !important;
	}

