@charset "UTF-8";
/* CSS Print */

#topbar, #sidebar, #searchbox, #footer, .retweet, .bookmark-h2, .bookmark, .comments-template {
    display: none;
}

content: " (" attr(href) ") ";	

#topbar, #sidebar, #searchbox, #footer, .retweet, .bookmark-h2, .bookmark, .comments-template {
    display: none;
}
 
a:link, a:visited {
    color: #000;
    text-decoration: none;
}
 
a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}
