/* Print Stylesheet */

body {
background : #fff;
color : #000;
font : 14pt/18pt "times new roman", times, serif;
margin : 0;
padding : 0;
}

#sidebar, #nav {
display : none;
}

a {
color : blue;
text-decoration : underline;
}

/* add the URL to the printout */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
}

a img {
border : none;
}
