      .headerBox {
        background-color: black;
        color: #e0e0e0;
        position: static;
        padding: 9px 8px 4px 8px;
        margin: 0 0 3px 0;
        border-bottom-style: solid;
        border-bottom-color: #1b1b1b;
        border-bottom-width: 2px;
        background-image: url(images/title_black.png);
        background-repeat: repeat-x;
        background-position: top left;
      }

      body {
        font-family: Helvetica, Arial, sans-serif;
        color: #d5d5d5;
        background-color: black;
        padding: 0;
        scrolling: yes;
        margin: 1.2em 0 0 0;
      }

      table {
        border: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
      }

      td {
        text-align: center;
        padding: 0px 10px 10px 10px; // top, left, bottom, right
      }

      p {
        line-height: 0;
        font-size: 0.9em;
      }

      img {
        border: 0;
      }

      a {
        font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #e0e0e0;
      }

      h1 {
        font-size: 1.5em;
        font-weight: 0.2;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
      }

      h2 {
        margin-top: 0.2em;
        font-size: 1em;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
      }

      .timebar {
        text-align: center;
        font-size: 0.85em;
        padding-top: 3px;
        padding-bottom: 1px;
        height: 1.2em;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: black;
      }

      @media screen {        body>.timebar {          position: fixed;        }
      }

      .timebar img {
        display: inline;
        vertical-align: middle;
      }

      .floatleft {
        text-align: left;
        position: absolute;
        display: inline;
        left: 0;
        padding-left: 3px;
      }

      .floatright {
        text-align: right;
        position: absolute;
        display: inline;
        right: 0;
        padding-right: 3px;
      }

      .shadowfuzz {
        position: relative;
        left: 0px;
        top: 0px;
        color: #606060;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
      }

      .shadowbase {
        position: absolute;
        left: -1px;
        top: -1px;
        color: #e5e5e5;
      }

      #timetext {
        display: inline;
        margin: 0;
      }
