@import url(screen.css);

@page {
	size: 7in 9.25in;
	margin: .75in .5in .75in 1in;
}

body { font-size: 9px; }

#header, #navigation, #sidebar, #extra, #footer { display: none; } /* div.pagination */

#main { width: 7in; padding-bottom: 0; }

a[href^="http://"]:after {
	content: " (" attr(href) ") ";
   	font-size: 8px;
	}

abbr:after {
	content: " (" attr(title) ") ";
	font-size: 8px;
	}