body {
	background: #000;
	color: #fff;
	width: 8.5in;
}	

a {color:#FFFF00; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:underline;}

/* stuff to hide */

img {
	display:none;
	}

/* STUFF TO REWRITE */

	/* forcing the page width to be printer friendly */
	#wrapper {
		width: auto; 
    	margin: 0 5%;
    	padding: 0; 
    	border: 0;
    	float: none !important;
    	background: transparent;
	}