/*

Print Stylesheet for http://www.domainname.com
Updated: 01/01/09 - Author / Company
Version: 0.00

Colors:
Black: #
...

--------------------------------------------------------------------------------------------- */

/*
formatting
--------------------------------------------------------------------------------------------- */
#footer, #nav {display:none;}

/*
Add URLs after links
--------------------------------------------------------------------------------------------- */
#pagecontent a:link:after, #pagecontent a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}
#pagecontent a[href^=""]:after {content: " (http://www.domainname.com" attr(href) ") "; /* remember to change this to the url for this site */}


