body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

hr {
  border: 1px solid #58777F;
  background: #58777F;
  color: #58777F;
}

a {
  color: #58777F;
  font-weight: bold;
}
  
  a:hover {
    color: #233A41;
  }
  
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
 margin-top: 2px;
}