  body {
      background-repeat: ;
      background-position: ;
    background-color: #fdfdfd;
  }
  h1, h2, h3 {
    color: #00436d;
  }
  input.btn {
      color: ;
      background-color: #00436d;
      border-top: 2px solid #32759f;
      border-left: 2px solid #32759f;
      border-right: 2px solid #00113b;
      border-bottom: 2px solid #00113b;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #00436d;
      border-top:  2px solid #00113b;
      border-left:  2px solid #00113b;
      border-right: 2px solid #32759f;
      border-bottom: 2px solid #32759f;
  }
