/* -- printer stylesheet -- */

body {
background-color: #fff;
width: auto;
height: 100%;
margin: 0;
float: none;
}
p {
color: #000;
background-color: #fff;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#wrap {
width: auto;
margin: 0 5%;
padding: 0;
float: none !important;
background: transparent;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30pt;
color: #000;
}
h3 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
}
#header,#navbar, #subnavbar, #sidebar, #footer {
display: none;
}
#content, #contentleft, .infobox {
width: 100%;
margin: 0;
float: none;
}

