/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

-------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Georgia, Times, serif;
  line-height: 150%;
  color:#000;
  background:none;
}
body {
  background: #FFF;
  font-size: 12pt;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
}

