body {
  font-size:11px;
  font-family:Helvetica;
}

h2 {
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  background-color: #f32937;
}

h3 {
 font-size: 18px; 
 color:#5e87bf; 
 border-bottom:2px solid #5e87bf;
 }

input {
  color:#5e87bf; 
}

textarea {
  color:#5e87bf; 
  font-family: helvetica;
  font-size: 12px;
}

.infor {
  font-size: 10px; 
} 

.submit {
  width:80px;
  height:30px;
  font-size:14px;
  font-weight:bold;
  color:#cccccc;
  background-color:#5e87bf;
}

.value {
  color:#5e87bf;
  font-weight:bold;
}