<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 2;
}

#menu {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  text-align: left;
  width: 150px;
  font-family: "Inter", sans-serif;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu .title {
  font-family: "Inter", sans-serif;
  font-size: 1.17em;
}

#menu li a {
  display: inline-block;
  color: #0864c7;
}

#left {
  height: 1px;
  float: left;
  display: block;
  min-width: 0;
  overflow: hidden;
  width: 200px;
  margin: 0;
  padding: 0;
}

#content {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
  float: left;
  width: 500px;
}

@media (max-width: 600px) {
  #content {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
    float: left;
    width: 300px;
    padding-left: 20px;
  }
}

#content h1,
#content h2,
#content h3,
#content h4 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  text-align: left !important;
  line-height: 25px;
}

#content ul {
  color: #333;
  line-height: 25px;
  text-align: left !important;
}

#content p {
  color: #333;
  line-height: 25px;
  text-align: justify;
}

#content li {
  margin-bottom: 10px;
}
</pre></body></html>