/*thanks to miracle print at alistapart.com*/

body {
	background: white;
	margin:0 5%;
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	}

#printFooter,
#center {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}

#printFooter { text-align: center; }

#top { display:none; }
#nav { display:none; }
#pdf { display:none; }
#footer { display: none; }
#quoteholder { display: none; }
#quote { display: none; }

a:link, a:visited  {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
	}

#center a:link:after, #center a:visited:after {
	content: " (http://davidzach.com" attr(href) ") ";
	font-size: 90%;
	}
