/**
 * Minified basic styles for formatting a page printed on paper.
 * Use this sheet to hide any elements that are unnecessary for print
 * !! Don't forget to change the base url in the content: property of a:after{}
 *
 * @author cbennett@schematic.com
 */

html { width:100% }
body { font-family: sans-serif; font-size: 12pt; color: #000; background-color: #fff; }
a { color: #000; text-decoration: underline; }
img { border: 0; }
a:after { content: " (\00BB " attr(href) ") "; font-size:80%; }
a[href^="/"]:after {	content: " (\00BB http://www.schematic.com" attr(href) ") "; } /* !!!! Change http://www.schematic.com to the base URL of your site !!!!! */