    html {
      background: #202020;
    }

    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: url(water6.png) #003080;
      color: white;
      text-align: center;
      -webkit-text-size-adjust: none;
    }

    em {
      font-weight: bold;
    }

    hr {
      border: 0px;
      border-top: 1px solid black;
      border-bottom: 1px solid #606060;
    }
    /*
    #Header {
      position: relative;
      background: url(topGradient.png);
      padding-top: 20px;
      height: 60px;
      text-shadow: black 0px 1px 2px;
    }
    */

    #Header {
      position: relative;
      background: url(headerBack.png) rgba(0, 0, 0, 0.6);
      padding-top: 8px;
      height: 42px;
      text-shadow: black 0px 1px 2px;
    }

    #HeaderText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 2px;
      text-shadow: black 0px 1px 2px;
    }

    #Content {
      padding-top: 5px;
      margin-left: auto;
      margin-right: auto;
      max-width: 480px;
    }

    #Form {
      margin-left: 10px;
      margin-right: 10px;
      padding: 10px;
      border: 2px solid white;
      background: rgba(0, 0, 0, 0.5);
      text-shadow: black 0px 1px 2px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
      font-size: 13px;
      padding-left: 20px;
      -webkit-transition: background-color 2s ease-in-out;
      transition: background-color 2s ease-in-out;
    }

    #Form select {
      font-size: 15px;
      width: 90px;
    }

    #Form input {
      font-size: 15px;
      width: 50px;
    }

    #InnerForm {
      -webkit-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
    }

    #Duration {
      font-size: 17px;
      padding: 3px;
      padding-top: 10px;
    }

    #Volume {
      font-size: 36px;
      padding: 5px;
    }

    #Cost {
      font-size: 20px;
      padding: 5px;
    }

    #Setup {
      margin-left: auto;
      margin-right: auto;
    }

    #PriceRate {
      font-size: 15px;
      font-weight: bold;
    }

    #Buttons {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    #StartButton {
      background-color: #4040FF;
    }

    #ResumeButton {
      background-color: green;
    }

    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      padding-top: 4px;
      padding-bottom: 4px;
      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;
    }

    .clearButton {
      background-color: green;
    }

    #History {
      text-align: left;
      position: relative;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 15px;
      padding-top: 5px;
      padding-bottom: 15px;
      font-size: 13px;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      text-align: center;
      border: 2px solid white;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 2px 4px;
      -box-shadow: black 0px 2px 4px;
    }

    #HistoryTable {
      border: 1px white solid;
      width: 280px;
      display: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }

    #HistoryTable thead {
      background: white;
      color: black;
      font-weight: bold;
    }

    #HistoryTable .even {
      background: rgba(255, 255, 255, 0.2);
    }

    #HistoryFooter {
      background: #E0E0E0;
      color: black;
      font-weight: bold;
    }

    #HistoryButtons {
      padding-top: 20px;
      display: none;
    }

    #HistoryHelp {
      text-align: left;
      position: relative;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      font-size: 9px;
      color: #D0D0D0;
    }

    #Help {
      color: #E0E0E0;
      font-size: 14px;
      text-align: left;
      padding: 20px;
      margin-top: 40px;
      margin-left: 20px;
      margin-right: 20px;
      background: rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
    }

    #Help a {
      text-decoration: none;
      color: white;
      font-weight: bold;
    }

    #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;
    }
