<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #3C3C3C;
  font-family: Frutiger, Century Gothic, Arial, sans-serif;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #ed3023;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
p {
  margin-top: 10px;
  margin-top: 10px;
}
img {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
a:link {
  color: #ed3023;
}
a:visited {
  color: #c2261b;
}
a:hover {
  color: #ff4e42;
}
a:active {
  color: #ff7269;
}
A:hover g path {
  fill: #fcacac;
}
A:hover g polygon {
  fill: #fcacac;
}
svg {
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  display: block;
}
#Areas {
  filter: drop-shadow(0px 2px 3px rgb(0 0 0 / 0.3));
}
#Outlines {
  pointer-events: none;
}
#Labels {
  display: none;
}</pre></body></html>