      body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #080808;
        background-color: #eef0ef;
        padding: 0 0 0 0;
        scrolling: yes;
        margin: 1.2em 0 0 0;
        letter-spacing: 1px;
      }

      img {
        border: 0;
      }

      a {
        text-decoration: none;
        color: #080808;
      }

      h1 {
        font-size: 1.5em;
        font-weight: 0.2;
        padding-top: 4px;
        padding-bottom: 7px;
        margin: 0 0 0 0;
        background-image: url(images/title_white.png);
        background-repeat: repeat-x;
        background-position: top left;
        text-align: center;
        color: #efefef;
      }

      h2 {
        margin-top: 0.2em;
        font-size: 0.9em;
        margin: 0 0 0 0;
        padding-top: 1px;
        padding-bottom: 1px;
        font-weight: bold;
        border-top-style: solid;
        border-top-color: #9e9e9e;
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #9e9e9e;
        border-bottom-width: 1px;
        background-image: url(images/subheading_background.png);
        background-repeat: repeat-x;
        background-position: top left;
        background-color: #9e9e9e;
        color: #efefef;
      }

      h3 {
        border-bottom-style: solid;
        border-bottom-color: #e4e6e5;
        border-bottom-width: 2px;
        font-weight: normal;
        font-size: 1.1em;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0 0 0 0;
        line-spacing: 0;
      }

      p {
        line-height: 1.5em;
        letter-spacing: 0;
      }

      h1, h2, h3, p {
        padding-left: 10px;
        padding-right: 10px;
      }

      .link {
        background-image: url(images/listArrow.png);
        background-repeat: no-repeat;
        background-position: right center;
      }

      .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: #cdd5df;
        letter-spacing: 0;
        background-image: url(images/iPhone_timebar_white.png);
        background-repeat: repeat-x;
        background-position: top left;
      }

      @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;
      }

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