body {
  font-family: Georgia, serif;
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.6;
  color: #333;
}

h1, h2 {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}

h1 {
  font-size: 28px;
  margin-bottom: 5px;
}

h2 {
  font-size: 20px;
  margin-top: 40px;
}

.section {
  margin-bottom: 25px;
}

.job-title {
  font-weight: bold;
}

.date-location {
  float: right;
  font-style: italic;
  font-size: 14px;
}

.clear {
  clear: both;
}

ul {
  padding-left: 20px;
}

.contact {
  font-size: 14px;
  margin-bottom: 20px;
}

.contact span {
  display: inline-block;
  margin-right: 15px;
}

a {
  color: #333;
  text-decoration: none;
}

hr {
  margin-top: 10px;
  margin-bottom: 30px;
}
