<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
* {
  margin: 0;
}
font {
  font-family: "Roboto", Verdana, Helvetica, sans-serif !important;
  font-size: 13px;
}
td {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
body {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
p {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
div {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
input {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  color: #000;
  border: 1px solid #647359;
  background-color: #eee;
}
textarea {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  color: #000;
  border: 1px solid #647359;
  background-color: #fff;
}
select {
  color: #000;
  background-color: #fff;
}
form {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
a:link {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  text-decoration: underline;

  color: black;
  background: none;
}
a:visited {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  text-decoration: underline;

  color: black;
  background: none;
}
a:hover {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  text-decoration: underline;

  color: #155fa8;
  background: none;
}
a:active {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  text-decoration: underline;

  color: black;
  background: none;
}
a.mod_link,
a.info_link {
  text-decoration: none;

  border-bottom: 1px gray dotted;
}
a.mod_link:hover,
a.info_link:hover {
  text-decoration: none;

  border-bottom: 1px #155fa8 dotted;
}

.title {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;

  text-decoration: none;

  color: #000;
  background: none;
}
.content {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  color: #000;
  background: none;
}
.storytitle {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;

  text-decoration: none;

  color: #363636;
  background: none;
}
.storycat {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;

  text-decoration: underline;

  color: #000;
  background: none;
}
.boxtitle {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;

  text-decoration: none;

  color: #363636;
  background: none;
}
.boxcontent {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 12px;

  color: #000;
  background: none;
}
.option {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  /* font-style: italic; */
}
.tiny {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;

  text-decoration: none;

  color: #000;
  background: none;
}
.footmsg {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: normal;

  text-decoration: none;

  color: #ccc;
  background: none;
}
.footmsg_l {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: normal;

  text-decoration: underline;

  color: #ccc;
  background: none;
}
.box {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 13px;

  border: 1px solid #000;
  background-color: #fff;
}
a.menuItem {
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;

  color: white;
}

.menuItem:visited {
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;

  color: white;
}
.menuItem:hover {
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;

  color: #0cf;
}
.menuItem:active {
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;

  color: #0cf;
}

a.menuItem1 {
  font-size: 13px;
  font-weight: bold;

  text-decoration: none;

  color: white;
}
.menuItem1:visited {
  font-size: 13px;
  font-weight: bold;

  text-decoration: none;

  color: white;
}
.menuItem1:hover {
  font-size: 13px;
  font-weight: bold;

  text-decoration: none;

  color: #0cf;
}
.menuItem1:active {
  font-size: 13px;
  font-weight: bold;

  text-decoration: none;

  color: #0cf;
}

.menuenter img:hover {
  opacity: 1;
  border: none;

  filter: alpha(opacity=100);
}
.menuenter img {
  margin: 3px 0 0 0;

  opacity: 0.8;
  border: none;

  filter: alpha(opacity=80);
}
.title1 {
  font-family: "Roboto", Verdana, Helvetica, sans-serif !important;
  font-size: 20px;
  font-weight: bold;
}
.title2 {
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  /* font-style: italic; */
}
.intro {
  font-size: 13px;
  font-weight: bold;
}
.background-eee {
  cursor: pointer;

  background-color: #eee !important;
}
.forumlink {
  font-size: 14px !important;
}
</pre></body></html>