/* 
------------------------------
    print styling  
------------------------------	*/
body, p, a {
  background-color: #fff;
  color: #000;
  font-family:"Times New Roman", Times, serif;
  font-size: 12pt;
  }

a:link, a:visited {
  color: #520;
  font-weight: bold;
  text-decoration: underline;
  }  
  
#formSearch, #navlinks, #footer {
  display: none;
  }  
  
  
#pagewrapper, #content {
  width: 100%;
  }
  
#content a:link:after, 
#content a:visited:after {
  content: " (" attr(href)") ";
  font-size: 90%;
  }  
