/************
* Title: Print stylesheet for document printing
* Author: me@kevinholesh.com
************/

body { color: #373632; font-family: Arial, Helvetica, Verdana, Sans-Serif; font-size: 14px;}


/* Don't display the sidebar */
#sidebar { display: none; }



/* "Going to print" from A List Apart */
a:link, a:visited { border: 0; color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
div#content a:link:after, div#content a:visited:after { content: " (" attr(href) ") "; font-size: 80%; } /* print out the URL after each link in the text */
