body{
	background: white;
	font:0.8125em/1 Verdana,sans-serif;
}

#projects{
	display: none;
}

.article{
	page-break-after: always;
}

#paging, body > h1, #content > h1{
	display: none;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

