/* CSS print stylesheet for HNN */


body { background: white; font-size: 12pt;}
        
#header, #content2, #content3 {
display:none;
}

#wrap, #content1 {
font-family: Georgia, Times, serif;
color: black;
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none !important;
background: transparent;}

a:link, a:visited {
color: #520;
background: transparent;
font-weight: normal;
text-decoration: underline;
}

#content1 a:link:after, #content1 a:visited:after {
content: " (" attr(href) ") "; /* This will print the full address of the link beside of the link's text, in ( ). */
font-size: 90%;
}

#content1 h2 a:link:after, #content1 h2 a:visited:after {
content:normal !important;
}
