h1 {
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #dee07e;
  font-size: 32px;
}
h3 {
  font-family: "Courier New",Courier,monospace;
  margin-top: 10px;
  font-size: 20px;
}
h4 {
  border: 2px solid #7ba4a4;
  margin: 10px 12px;
  padding: 2px 2px 2px 5px;
  color: #3d3d3d;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
}
h5 {
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #3d3d3d;
}
h4:hover {
  border: 2px solid #e9ba2e;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: normal;
  color: #ffe36c;
}
body {
  background-color: #eaeaea;
}
body, p, li {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}
h6 {
  font-size: 14px;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
}

