
    body, html { height:100%; margin:0; padding:0; background:#0b0b09; color:#d9cbb0; font-family:"Special Elite", "Courier New", monospace; }
    body {
      background-image:
        radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.01), rgba(0,0,0,0.12) 140px);
      background-size:6px 6px, 100% 260px;
    }
    #pagewrap { width:920px; margin:18px auto; }

    .topbar { height:30px; background:#0a0a08; color:#9ea29a; font-size:12px; padding:6px 10px; line-height:18px; border-bottom:2px solid #000; font-family: "Courier New", monospace; }
    .topbar .left { float:left; }
    .topbar .right { float:right; }

    .brand { font-family: 'Playfair Display', serif; color:#e6d7b8; font-size:34px; letter-spacing:3px; display:inline-block; vertical-align:middle; }
    .navlinks { float:right; margin-top:8px; font-family: "Courier New", monospace; font-size:13px; }
    .navlinks a { color:#9da39a; text-decoration:none; padding:8px 10px; border:1px solid rgba(255,255,255,0.02); margin-left:6px; border-radius:3px; }
    .navlinks a:hover { background:#121210; color:#efe6d2; }

    .marqueeWrap { margin-top:12px; background:#0a0a09; padding:6px 10px; border-left:4px solid #2b2b29; border-right:4px solid #2b2b29; }
    .marqueeWrap marquee { color:#bfb39a; font-weight:bold; font-family:'Playfair Display', serif; font-size:16px; }

    #warning { background:#2b1a1a; border:1px solid #a55; color:#f3e3e3; padding:16px; font-family:'Courier New', monospace; margin:20px; border-radius:6px; text-align:center; }
    #main { display:none; margin-top:18px; background: rgba(255,255,255,0.01); padding:16px; border-radius:6px; border:1px solid rgba(255,255,255,0.02); box-shadow:0 18px 40px rgba(0,0,0,0.6); }

    a.button { display:inline-block; margin:8px; padding:8px 16px; background:#0047ff; color:white; text-decoration:none; border-radius:4px; font-weight:bold; }
    a.exit { background:#555; }

    .sep { height:1px; background:#0e0e0d; margin:12px 0; box-shadow:0 1px 0 rgba(255,255,255,0.02) inset; }
    .muted { color:#9fa49b; font-size:13px; font-family: "Courier New", monospace; }
    .notice { background:#150f0b; padding:8px 10px; border-left:4px solid #4b3224; color:#d9cbb0; font-weight:bold; margin-bottom:12px; }
    .footer { margin-top:22px; text-align:center; color:#8f968e; font-size:12px; font-family:"Courier New", monospace; }
    table.oldlist { width:100%; border-collapse:collapse; font-size:13px; }
    table.oldlist th { text-align:left; padding:8px; font-family: 'Playfair Display', serif; color:#e6d7b8; border-bottom:1px dashed rgba(255,255,255,0.04); }
    table.oldlist td { padding:8px; color:#bdb69f; border-bottom:1px dotted rgba(255,255,255,0.02); }

    @media screen and (max-width:960px) { #pagewrap { width:92%; } .navlinks { display:none; } }
