body {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  margin: 0 0 0 0;
}
#page-content {
  margin: 2em auto 2em auto;
  max-width: 40em;
  font-size: 1.1em;
  line-height: 1.5;
}

h2 {
  border-bottom: thin solid lightgray;
}
pre {
  font-size: 1.2em;
  line-height: 1.4;
  margin-left: 1em;
  overflow-x: auto;
}
@media print {
  pre {
    overflow-x: visible;
    overflow-wrap: break-word;
  }
}
  
/****** anchors *****/

a[href] {
  color: darkblue;
  text-decoration: none;
}

a[href]:hover {
  text-decoration: underline;
}

a[href]:visited {
  color: darkblue;
}

/* Highlight what the current hash points to */
*:target {
  background-color: #FFFF66;
}
