body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #fff;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-top: 40px;
}

a {
  color: #1a5276;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
