/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}


/* Layout
-------------------------------------------------------------- */
.up, .ajz {display: none;}

/* Text
-------------------------------------------------------------- */

h1,h2 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
h2 {margin-top: 1.5em;}

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}