body 				{ background-color:#fff; color:#000; font:normal 8pt/normal verdana, arial, helvetica, sans-serif; }
a 					{ text-decoration:underline; color:#00f; }
.contentback, 
.liteback			{ background-color:#fff !important; }
#layouttable		{ width:auto; border:0; margin:0 5%; padding:0; float:none !important; background:#fff none !important; }
#sidenav, 
#header, 
#footer, 
#toplink 			{ display:none; }
#content			{ width:auto; }

/* After every link in the printout, you should see the URL of the link in parentheses:
#content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size:90%; } */

/* !IMPORTANT: As mentioned, ^= is a valid CSS3 selector ONLY, and therefore WON'T validate as CSS1 or CSS2. This rule transforms a value like /issues/144/ into http://www.alistapart.com/issues/144/. It won’t help with relative URLs that don’t start with slashes:
#content a[href^="/"]:after { content: " (http://www.alistapart.com" attr(href) ") "; } */
