/* PRINT STYLESHEET */

/* Adds the URI to each hyperlink so you can see them in your prints */
#content entry a:after {
  content: "  [" attr(href) "] ";
}

#accessibility,
#navigation {display: none;}

hr {border: none; border-bottom: 1px solid #000; background: none;}
