/*
	[project title] PRINT CSS 2006
	
	Table of Contents:
		layout
		Navigation
		Common Elements
		Lists
		Links
*/

body {
background: white;
font-size: 10pt;
}

#nav, #sidebar, #footer {
display: none;
}

#wrap, #main-body, #content {
width: auto; 
margin: 0 5%;
padding: 0; 
border: 0;
float: none !important;
color: black; 
background: transparent;
}

a:link, a:visited {
color: #520;
background: transparent;
}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 80%;
text-decoration: none;
}