body {
        background: #000 url();
      }
      table {
        font-family: calibri, verdana, arial;
        font-size: 12px; text-align: justify;
        color: #D8D0BF;
        letter-spacing: 1px;
        line-height:14px;
      }
      a:link, a:visited, a:active {
        color: #d64a42; text-decoration: none;
      }
      a:hover {
        color: #005555;
      }
      b {
        font-weight: bold; color: #ccc;
      }
      i {
        color: #999; font-style: normal;
      }
      textarea {
        font: 9px calibri, arial; letter-spacing: 3px; color: #777;
      }
      
      ::-webkit-scrollbar-thumb {
        background-color: #97b3ef;
        border-radius: 5px;
      }
      ::-webkit-scrollbar {
        width: 5px; height: 0px;
        background: transparent;
      }
      .title {
        background: #000; text-transform: lowercase;
        font-family: georgia, monospace, arial;
        font-size: 14px; font-weight: bold; font-style: italic;
        color: #d64a42; line-height: 12px;
        padding-top: 1px; padding-left: 4px; margin-bottom: 4px; letter-spacing: 3px;
      }
      
      #menu a {
        display: inline-block;
        background: #D8D0BF;
        font:normal 10px 'silkscreen', monospace, georgia;
        text-transform: uppercase;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        letter-spacing: 1px;
        color: #000;
        border-radius: 10px;
        border: 0px solid #48AE47;
        line-height: 9px;
      }
      #menu a:hover {
        color: #555;
      }
      
      .navigation {
        background: #d64a42; margin-top: 0px; border-top-left-radius: 10px; border-top-right-radius: 10px;
      }
      .sitename {
        background: #000; padding-left: 5px; border-bottom: 1px solid #444; border-right: 1px solid #005555; border-left: 1px solid #444; line-height: 20px;
      }
      .leftside {
        background: #151515; border-right: 1px solid #000; border-left: 1px solid #444;
      }
      .content {
        background: #151515; border-right: 1px solid #444;
      }
      .footer {
        background: #d64a42; color: #444; border-top: 1px solid #111;
        border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; line-height: 18px;
      }
      .footer a {
        color: #000;
      }