body {
  background: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 20px;
}

.content {
  max-width: 600px;
}

h1 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}

hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 15px 0;
}

a {
  color: #0000ee; /* classic blue link */
  text-decoration: underline;
}

a:visited {
  color: #551a8b; /* purple visited link */
}

address {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-top: 20px;
  color: #555;
}
