/* $Id: print.css,v 1.5 2006/07/19 07:50:03 altblue Exp $ */

#top, #side, #footer ul, span.arrow, div.deco {display: none !important;}

#body {
	width: 98%;
	margin: 0 auto;
	font: medium/110% Times New Roman,serif;
	text-align: left;
}
.start-wrapper {padding: 0;}
#front {width: 100% !important; float: none;}
#main {width: 74% !important; float: left;}
body.no-notes #main, body.one-column #main {float: none !important; width: 100% !important;}
#notes {width: 24% !important; float: right;}
body.no-notes #notes, body.one-column #notes {display: none;}

#footer {
	margin: 1em 0 0 0;
	padding: 0;
	color: inherit;
	text-align: left;
}
#cr {text-align: left;}

h1, h2, h3, h4, h5, h6 {color: inherit !important;}

a:link, a:visited {
	display: inline !important;
	color: #520;
	background: inherit !important;
	font: inherit !important;
	text-decoration: underline !important;
}

#main a[href^="http://"]:after {
	content: " [" attr(href) "] ";
	font-size: 90%;
}
