<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #ffffff;
  color: #000000;
}

h1 {
  text-align: center;
  border-bottom-width: 2px;
}

h2 {
  border-left-width: 8px;
  border-bottom-width: 2px;
}

H3 {
    border: 3 thin solid #336699;
}

p {margin-left : 5%;margin-right : 5%;}

em {
  font-style: italic;
}

A { text-decoration : none ; }

a:link {
  color: #0000ff;
}
a:visited {
  color: #990066;
}
a:active {
  color: #ff0000;
}

a:link img, a:visited img, a:active img {
  border: 0px; 
}

span.counter {
  font-family: monospace;
  font-size: larger;
  font-weight: bold;
  color: #ff8000;
}

div.last_modified {}
</pre></body></html>