html {
  font-family: 'Noto Sans', sans-serif;
  margin: 0.5em 1em;
  scroll-behavior: smooth;
}

@media print {
  .pagebreak {
    page-break-before: always;
    clear: both;
  } /* page-break-after works, as well */

  .hidden-on-print {
    display: none;
    visibility:hidden;
  }
}

a {
  color: black;
}

a:hover {
  background-color: black;
  color: #ddd;
  text-decoration: none;
}

h1 {
  display: inline-block;
}

h1 span {
  font-size: 14px;
}

h1 a {
  text-decoration: none;
}

h1:hover a, h1:hover a span {
  background-color: white;
  -webkit-text-stroke: 1px black;
  color: white;
}

small#menu {
  display: block;
}

img {
  margin: 1em 0;
  display: block;
}

table {
  width: '100%';
  border: 0 solid black;
}
