@page {
  widows: 2;
  orphans: 2;
}

body {
  font-size: 12px;
}

a:link,
a:visited {
  color: black;
}

a {
  text-decoration: none;
}

.noprint {
  display: none;
}

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

#content a[href^="/"]:after {
  content: " (http://jblevins.org" attr(href) ") ";
}
