<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, sans-serif;
  background-color: #ffffe6; 
}

a:visited {
  color: #0000C3;
}

table, th, td {
  border: none;
}

table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

table td, th {
  vertical-align: text-top;
  padding: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

table td a {
  font-size: 10pt;
}

.wrapper {
  margin: 0 auto;
  width: 70em;
}

.header {
  margin: 10px 0;
  margin-bottom: 20px;
}

.header img {
  float: left;
  margin-top: 0px;
  height: 50px;
  margin-right: 20px;
}

.header h2 {
  font-weight: bold;
  float: left; 
}

.header a {
  text-decoration: none;
  width: 100%;
}

.footer {
  color: darkblue;
  font-size:14px;
}

#nav .active {
  font-weight: bold;
  text-decoration: underline;
}

#nav ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0
}

#nav ul a
{
  display:block;
  color:#333;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  line-height:32px;
  padding:0 20px;
}

#nav ul li
{
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

#nav ul li:hover
{
  background:#f6f6f6;
}

#nav ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  padding:0;
}

#nav ul ul li
{
  float:none;
  width:235px;
}

#nav ul ul a
{
  line-height:120%;
  padding:10px 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#nav ul li:hover &gt; ul
{
  display:block
}

.muted {
  color: gray;
}

hr {
  border: 1px solid lightgray;
  margin-bottom: 20px;
}

h1 {
  color: darkblue;
  margin-bottom: 0.2em;
}

h2 {
  color: darkblue;
  margin-bottom: 0.2em;
}

h3 {
  color: darkblue;
  margin-top: 0;
}
</pre></body></html>