body {
        background: #0C1912 url(https://files.catbox.moe/9las8z.gif);
      }

      table {
        font-family: "orbitron", courier new;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1px;
        color: #313359;
      }

      b {
        color: #5c95c4;
        font-weight: normal;
      }

      a:link,
      a:visited,
      a:active {
        color: #5c95c4;
        text-decoration: none;
      }

      a:hover {
        color: #5c95c4;
      }

      img {
        border: 0;
      }

      ::-webkit-scrollbar-thumb {
        background-color: #38497a;
        border-radius: 3px;
      }

      ::-webkit-scrollbar {
        width: 5px;
        height: 0px;
        background: transparent;
      }

      .title {
        display: inline-block;
        background: #050811;
        color: #5c95c4;
        font-family: 'orbitron';
        font-size: 10px;
        text-transform: uppercase;
        line-height: 10px;
        letter-spacing: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        
        padding: 4px;
      }


      .navigation a {
        display: inline-block;
        background: ;
        padding-left: 10px;
        padding-right: 10px;
        font: 9px 'orbitron';
        text-transform: uppercase;
        font-weight: bold;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        line-height: 12px;
        color: #5c95c4;
      }

      .navigation a:hover {
        color: #2043c1;
      }

      .sitename {
        background: #0029f9;
        width: 90%;
        font-family: 'orbitron';
        font-size: 30px;
        letter-spacing: 10px;
        color: #eff0f4;
      }

      .top {
        background: #0060FA;
        border: 1px solid #11183d;
        border-bottom: 0px;
        
      }

      .navigation {
        background: #0029f9;
        border-bottom: 1px dotted #11183d;
      }

      .left {
        background: #ECE9D8;
        border-right: 1px dotted #11183d;
        border-left: 1px solid #11183d;
      }

      .middle {
        background: #ECE9D8;
        border-right: 1px dotted #112438;
      }

      .right {
        background: #ECE9D8;
        border-right: 1px solid #112438;
      }

      .footer {
        background: #0029f9;
        border: 1px solid #11183d;
        border-top: 1px dotted #11183d;
        line-height: 30px;
      }

      .box {
        background: #ECE9D8;
        border: 1px solid #112438;
        border-top: 2px solid #111;
        border-radius: 3px;
        border-top-left-radius: 0px;
        padding: 4px;
        padding-left: 8px;
        padding-top: 8px;
        margin-bottom: 8px;
        overflow-x:hidden;
    overflow-y:scroll;
    height:24em;
      }
      
      .box2 {
        background: #ECE9D8;
        border: 1px solid #112438;
        border-top: 2px solid #111;
        border-radius: 3px;
        border-top-left-radius: 0px;
        padding: 4px;
        padding-left: 8px;
        padding-top: 8px;
        margin-bottom: 8px;
        
      }

      #news {
        background: #000;
        font-size: 9px;
      }

      textarea {
        background: #000;
        border: 1px solid #11183d;
        color: #458c3a;
        font: 10px 'goldman';
        letter-spacing: 1px;
        margin-bottom: 5px;
      }