@import url('http://fonts.googleapis.com/css?family=Trebuchet+MS%2C+Helvetica%2C+sans-serif&subset=latin%2Clatin-ext&ver=1.2.1:300,600,800');
.FormStyle {
  color: rgb(51, 51, 51) !important; 
  font-family: Trebuchet MS, Helvetica, sans-serif !important; 
  font-size: 17px !important; 
  background-color: rgb(255, 255, 255);
  max-width: 900px;
  margin-left: 15% !important;
  margin-right: 10% !important;
  margin-bottom: 3% !important;
  margin-top: 3% !important;
}

.FormStyle td {
  color: rgb(51, 51, 51) !important; 
  font-family: Trebuchet MS, Helvetica, sans-serif !important; 
  font-size: 17px !important; 
  background-color: rgb(255, 255, 255);
}

img {
  display: block;
  margin-left: 8%;
  margin-right: auto;
}

h1 {
  font-size: 27px !important; 
}

h2 {
  font-size: 22.5px !important; 
}

h3 {
  font-size: 19px !important; 
}

input[type="text"], textarea {
  font-family: Trebuchet MS, Helvetica, sans-serif !important; 
  font-size: 17px;
/*  font-weight: bold; */
}

select {
  font-family: Trebuchet MS, Helvetica, sans-serif !important; 
  font-size: 17px;
/*  font-weight: bold; */
}