/* stylesheet generated by sp2html version 1.0.3*/
a:link { color: #000080; text-decoration: none }
a:active { color: #666699; text-decoration: none }
a:visited { color: #000080; text-decoration: none }
a:hover { color: #666699; text-decoration: underline }
a.top:link { color: #ffffff; text-decoration: none; font-size: 20px }
a.top:active { color: #ffff00; text-decoration: none; font-size: 20px }
a.top:visited { color: #ffffff; text-decoration: none; font-size: 20px }
a.top:hover { color: #ffff00; text-decoration: underline; font-size: 20px }
a.head:link { color: #ffffff; text-decoration: none }
a.head:active { color: #ffff00; text-decoration: none }
a.head:visited { color: #ffffff; text-decoration: none }
a.head:hover { color: #ffff00; text-decoration: underline }
a.home { font-size: 18px; font-family: Times,serif }
table { padding: 2; border: solid; border-width: 3px; border-collapse: collapse; border-color: #000080 }
table.plain { padding: 2; border: none; border-collapse: collapse }
p.fnote { text-align: center; font-size: 11px; font-family: Times,serif }
td { padding: 2px 4px 2px 4px; border: solid; border-width: 1px 0px 1px 0px; border-color: #000080; text-align: center; color: #000000; background: #eaeaff; font-size: 18px; font-family: Times,serif }
td.bold { border: solid; border-width: 1px 0px 1px 0px; border-color: #000080; text-align: center; color: #000000; background: #eaeaff;  font-weight: bold; font-size: 18px; font-family: Times,serif }
td.plain { border: none; text-align: center; color: #000000; background: #eaeaff; font-size: 18px; font-family: Times,serif }
td.top { border: none; color: #ffffff; background: #000080; font-size: 20px;font-family: Times,serif }
td.title { border: none; color: #000080; background: #eaeaff; font-size: 20px; font-family: Times,serif }
td.toptitle { color: #000080; background: #eaeaff; font-size: 24px; font-family: Times,serif }
td.head { color: #ffffff; background: #000080; font-weight: bold; text-transform: uppercase; font-size: 18px; font-family: Times,serif }
td.headname { padding: 2px 4px 2px 50px; text-align: left; color: #ffffff; background: #000080; font-weight: bold; text-transform: uppercase; font-size: 18px; font-family: Times,serif }
td.crosstable { border-width: 1px; padding: 3px; color: #000000; background: #eaeaff; font-size: 18px; font-family: monospace; white-space: nowrap; }
td.rr_crosstable { border-width: 1px; padding: 3px; color: #000000; background: #eaeaff; font-weight: bold; font-size: 16px; font-family: Times,serif }
td.blk_crosstable { border-width: 1px; padding: 3px; color: #000000; background: #000000; font-weight: bold; font-size: 16px; font-family: Times,serif }
td.tb { padding: 4px; color: #000000; background: #eaeaff; font-size: 18px; font-family: Times,serif }
td.name { padding: 2px 4px 2px 30px; text-align: left; color: #000000; background: #eaeaff; font-size: 18px; font-family: Times,serif }
body { font-size: 18px; font-family: Times,serif; color: #000000; background: #ffffff }
font { font-family: monospace; font-size: 18px }

/* === Mobile-friendly styles added by Claude, 2026-03-14 === */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-y: scroll; }

.nav-bar {
  font-family: Times, serif;
  display: inline-block;
  border: solid 3px #000080;
  margin-bottom: 10px;
}

.nav-title {
  background: #eaeaff;
  color: #000080;
  font-size: 24px;
  text-align: center;
  padding: 2px 15px;
}

.nav-links {
  background: #000080;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 12px;
  padding: 2px 15px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  padding: 4px 8px;
}

.nav-links a:hover {
  color: #ffff00;
  text-decoration: underline;
}

td.name { white-space: nowrap; }

@media (max-width: 600px) {
  td.name { padding-left: 8px !important; }
  td.headname { padding-left: 8px !important; }

  table { border-width: 2px; }
}
