<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, Helvetica, sans-serif;
}

dt {
  margin-top: 1em;
  padding-top: 0.2em;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: black;
  font-weight: bold;
}

div#logo {
  text-align: left;
  margin-left: 26px;
  margin-top: 6px;
  margin-bottom: 16px;
}

div#navigation {
  width: 170px;
  position: fixed;
  /* left: 0%;
  right: 30%; */
  /* top: 100px; */
  text-align: left;
  margin: 15px;
  background-color: #cc5;
}

div#item {
  text-align: center;
  /* padding: 10px; */
}

div#subitem &gt; div#item {
  font-size: small;
  /* font-size-adjust: -1; */
}

div#current_item {
  /* font-weight: bold;
  font-size-adjust: +1; */
  padding: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left center;
}

div#current {
  font-weight: bold;
  font-size-adjust: +1;
}

div#sep {
  border-bottom: thick dashed;
  border-color: #aa3;
}

div#content {
  /* left: 30%; */
  width: 70%;
  height: 100%;
  margin-left: 250px; /* 30% */
  overflow: auto
}</pre></body></html>