html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  max-width: 70ch;
  font-family: sans-serif;
  text-align: justify;
}

#content {
  margin: 0.67em;
}

#navigationaddress {
  box-sizing: border-box;
  width: 100%
}

#navigationbar {
  padding: 4px 21px 7px 21px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0.25em 0;
  font-family: sans-serif;
}

p {
font-family: sans-serif;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 1rem;
}

a {
  background-color: transparent;
  font-family: sans-serif;
}

a {
  color: #66CCFF;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #66CCFF;
  text-decoration: underline;
}
a:visited {
  color: #66CCFF;
}

a.navlink {
  color: #66CCFF;
  text-decoration: none;
}
a.navlink:hover,
a.navlink:focus,
a.navlink:active {
  color: #66CCFF;
  text-decoration: underline;
}
a.navlink:visited {
  color: #66CCFF;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-color-scheme: dark) {
  body {
    color: white;
    background-color: #333333;
  }

  h1 {
  color: #FFCC99;
  }

  h2 {
  color: #FFFFCC;
  }

  h3, h4, h5, h6 {
    color: white;
  }

  a {
    color: #66CCFF;
    text-decoration: none;
  }
  a:hover,
  a:focus,
  a:active {
    color: #66CCFF;
    text-decoration: underline;
  }
  a:visited {
    color: #66CCFF;
  }

  a.navlink {
    color: #66CCFF;
    text-decoration: none;
  }
  a.navlink:hover,
  a.navlink:focus,
  a.navlink:active {
    color: #66CCFF;
    text-decoration: underline;
  }
  a.navlink:visited {
    color: #66CCFF;
  }
}