body {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background-color: white;
  margin: 40px auto;
  max-width: 1000px;
  padding: 0 20px;
}

a {
  color: #0033cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.3em;
}

h2 {
  font-size: 1.3em;
  margin-top: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

td {
  vertical-align: top;
}

ul {
  margin-top: 0.2em;
  padding-left: 20px;
}

em {
  color: #555;
}
