<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
  margin: 30px auto 0 auto;
  width: 950px;
}

#logo {
  padding-right: 10px;
  padding-top: 5px;
  position: relative;
  top: 5px;
}

#content {
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#content table {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px dotted black;
}

#content table td{
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
  width: 400px;
}

#content ul{
  list-style: none;
  padding: 0;
}

.catlist a, .catlist a:visited, .catlist a:hover, .catlist a:active {
  color: #c43100;
  border-bottom: 1px dotted #c43100;
  text-decoration: none;
}

.catlist a:hover {
  color: #000;
}

#search-form {
  background: #c30 url('gfx/red_grad.png') repeat-x;
  border-bottom: 1px solid #832100;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}
</pre></body></html>