h1 {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: normal;
  font-size: 35px;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  text-align: center;
}

h2 {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 20px;
  padding-top: 0px;
  color: #333333;
}

p {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

body { 
  display: block;
  margin: 0px;
}

.border {
  border: 1px solid #666666;
  background-color: #eeeeee;
  padding: 10px;
}
