<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
  color: black;
  background-color: white;
  font-family: sans-serif;
}
:link { color: blue }
:visited { color: navy }
a:active { color: red }
code, samp, pre
{
  font-family: monospace;
}

.legal
{
  margin-top: 1em;
  font-size: 8pt;
  border-top: single
}

/* header */

#bodytitle
{
  display: block;
  color: white;
  background-color: black;
  font-size: 200%;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 0.5em;
  padding: 2px
}
p#aftertitle
{
  display: none;
  margin: 0em 0em 0em 0em
}
.subtitle
{
  display: block;
  font-style: italic;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  width: 100%;
  margin-bottom: 0.5em
}

/* footer */

#footer
{
  display: block;
  text-align: right;
  margin-top: 3px
}
#childs
{
  font-size: 80%
}
#childs .child
{
  display: block
}
#childs .delimiter
{
  display: none
}
#about
{
  font-size: 80%;
  padding: 3px
}
</pre></body></html>