body {
  font-family: "AtelierDeSevres", serif;
  font-size: 12pt;
  color: #FFF;
  background: #000;
  text-align: center;
}

h1 {
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
}

td {
  padding-right: 20px;
  padding-bottom: 10px;
  white-space: nowrap;
}

input[type=submit] {
  font-family: "AtelierDeSevres", serif;
  font-size: 12pt;
  border: none;
  background: #FFF;
  color: #000;
}

#Header {
  border-bottom: solid 2px #FFF;
  margin-bottom: 20px;
}

#Container {
  text-align: center;
}

#Form {
  display: inline-block;
}
