  body {
    background-color: #c0c0c0;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
  }
  table {
    border-collapse: collapse;
  }
  .wrap {
    width: 760px;
    margin: 0 auto;
    background-color: #d4d0c8;
    border: 2px outset #ffffff;
  }
  .titlebar {
    background-color: #000080;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 8px;
  }
  .seal {
    text-align: center;
    padding: 10px;
  }
  h1 {
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
    margin: 6px 0 0 0;
  }
  h2 {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin: 0 0 10px 0;
    font-weight: normal;
  }
  .navbar {
    background-color: #666666;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .navbar a {
    color: #ffff00;
    margin: 0 6px;
  }
  .body-content {
    padding: 12px 20px;
  }
  hr {
    border: none;
    border-top: 2px groove #808080;
  }
  .notice {
    background-color: #ffff99;
    border: 1px dashed #ff0000;
    padding: 6px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .marquee-fake {
    color: #a80000;
    font-weight: bold;
    text-align: center;
  }
  table.archive {
    width: 100%;
    border: 1px solid #000000;
    margin-bottom: 14px;
    font-size: 13px;
  }
  table.archive th {
    background-color: #000080;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #000000;
  }
  table.archive td {
    border: 1px solid #808080;
    padding: 4px;
    vertical-align: top;
    background-color: #ffffff;
  }
  .thumb {
    max-width: 100px;
    max-height: 120px;
    border: 1px solid #000000;
    background-color: #e0e0e0;
    color: #ff0000;
    font-size: 10px;
    text-align: center;
  }
  .thumb-missing {
    width: 100px;
    height: 75px;
  }
  .stamp {
    color: #a80000;
    font-weight: bold;
    font-family: "Courier New", monospace;
    font-size: 11px;
  }
  a {
    color: #0000ee;
  }
  a:visited {
    color: #551a8b;
  }
  .footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #333333;
    padding: 8px;
    border-top: 2px groove #808080;
  }
  .thumb-link {
    display: inline-block;
    cursor: zoom-in;
  }
  .thumb-restricted {
    display: inline-block;
    cursor: zoom-in;
  }
  .nm-lightbox-figure {
    display: inline-block;
    line-height: 0;
  }
  .nm-lightbox {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .nm-lightbox[hidden] {
    display: none;
  }
  .nm-lightbox-inner {
    background-color: #d4d0c8;
    border: 2px outset #ffffff;
    padding: 6px;
    max-width: 90vw;
  }
  .nm-lightbox-inner img {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    border: 1px solid #000000;
    background-color: #e0e0e0;
  }
  .nm-lightbox-inner img.nm-gone {
    width: 520px;
    height: 393px;
    max-width: 100%;
    font-family: "Courier New", monospace;
    font-size: 13px;
    color: #ff0000;
    text-align: center;
    line-height: 393px;
  }
  .nm-lightbox-close {
    display: block;
    margin: 6px auto 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #c0c0c0;
    border: 2px outset #ffffff;
    padding: 2px 10px;
    min-height: 24px;
    cursor: pointer;
  }
  .thumb-link:focus-visible,
  .thumb-restricted:focus-visible,
  .nm-lightbox-close:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
  }
  .nm-lightbox-close:active {
    border-style: inset;
  }
  .glitch {
    font-family: "Courier New", monospace;
    letter-spacing: 1px;
    word-break: break-all;
  }
  .clerk-contact {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .clerk-contact img {
    width: 96px;
    height: auto;
    border: 1px solid #000000;
    padding: 2px;
    background-color: #ffffff;
  }
  .clerk-contact p {
    font-size: 13px;
    margin: 0;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .pager {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    padding: 4px;
    margin-bottom: 14px;
  }
  .pager span {
    color: #000000;
    font-weight: bold;
  }
