
@namespace url(http://www.w3.org/1999/xhtml);

html, body {
  background: white;
}

body {
  font-family: sans-serif;
  font-size: 10pt;
  color: black;
  margin: 1cm 1.5cm;
}

@media (max-width: 8in) {
  body {
    font-size: 9pt;
    margin: 1em;
  }
}

h1 {
  font-size: 180%;
}

@media (max-width: 8in) {
  h1 {
    font-size: 130%;
  }

  h1 object, h1 img {
    height: 2.5em;
    width: auto;
  }
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

a {
  text-decoration: none;
}

:link {
  color: rgb(67, 105, 131);
}

:visited {
  color: rgb(76, 61, 102);
}

:link:active, :visited:active {
  color: red;
}

object[type="image/svg+xml"] {
  pointer-events: none;
}

.none {
  color: grey;
  font-style: italic;
}

