/* Catnaps default print stylesheet - it's not perfect yet, but I hope it's better than nothing. 
Updated: January 12, 2009 */

body, #content, #study, #notes {
	width: 100%;
	margin: 0 20%;
	float: none;
	background: #fff url(none);
}

body {
	font-family: "Lucida Grande","Verdana","Helvetica",sans-serif;
	color: #003366;
	font-size: 10pt;
	line-height: 150%;
}

img, img.topadjust {
	margin: 0 0 0 2%;
}

#wrapper,#navbar,#navbar2,#sidenav,#leftbar,#footer,#sectionheads {
	display: none;
}

h1,h2,h3,h4,h5 {
	font-family: "Lucida Grande","Verdana","Helvetica",sans-serif;
}

h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }


a:link, a:visited {
	color: #00c;
	font-weight: normal;
    text-decoration: none;
    border-bottom: 1px dotted #777;
}
	
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

