    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: #303030;
      color: #F0F0F0;
      text-align: center;
    }

    hr {
      border: 0px;
      border-top: 1px solid black;
      border-bottom: 1px solid #606060;
      clear: both;
    }

    em {
      font-weight: bold;
    }

    button {
      font-size: 15px;
    }

    #Header {
      position: relative;
      background: url(headerBack.png) #202020;
      padding-top: 8px;
      height: 42px;
      text-shadow: black 0px 1px 2px;
    }

    #HeaderText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 2px;
      color: white;
      text-shadow: black 0px 1px 2px;
    }

    #Content {
      padding-top: 0px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }

    #Form {
      color: #E0E0E0;
      font-size: 12px;
      font-weight: normal;
      text-align: left;
      margin-bottom: 10px;
      margin-top: 15px;
      margin-left: 10px;
      margin-right: 10px;
      padding: 15px;
      padding-top: 10px;
      padding-bottom: 20px;
      background: rgba(10, 10, 10, 0.5);
      border: 1px grey inset;
      border: 2px #D0D0D0 solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    #Form h3 {
      text-align: left;
      font-size: 16px;
      text-shadow: black 0px 1px 2px;
      color: white;
    }

    .hint {
      font-size: 10px;
      padding: 5px;
    }

    #Numbers {
      padding-left: 10px;
    }

    #NumbersEditSection {
      display: none;
    }

    #NumbersEdit {
      font-size: 20px;
      width: 100%;
    }

    .noNumber {
      color: #FF8080;
      text-decoration: line-through;
    }

    #Chart {
      position: relative;
      height: 300px;
      background: #E0E0FF;
      color: black;
      padding: 5px;
      margin-left: 5px;
      margin-right: 5px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 2px 4px;
      -box-shadow: black 0px 2px 4px;
    }

    #Buttons {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      color: white;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-left: 1px solid #808080;
      border-right: 1px solid #000000;
      text-shadow: black 0px 1px 2px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
    }

    div.button:hover {
      opacity: 0.9;
    }

    #Help {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 13px;
      text-align: left;
    }

    a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }

    #More {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
    }

    #More a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }

    #More li {
      padding-bottom: 10px;
    }

    #More a img {
      border: 0px;
      vertical-align: middle;
    }

    #Footer {
      font-family: sans-serif;
      font-size: 10px;
      color: #D0D0D0;
      padding-top: 40px;
      padding-bottom: 40px;
      clear: both;
    }

    #Footer a {
      text-decoration: none;
      font-weight: bold;
      padding-right: 10px;
      color: #D0D0D0;
    }

    #Footer a:hover {
      text-decoration: underline;
      color: white;
    }

    #Footer a img {
      border: 0px;
    }
