html, body {
  margin: 20px;
  padding: 0;
  font-family: helvetica;
}

p {
  box-shadow: inset 0 -1px rgba(0, 0, 0, .05);
  padding: 12px 0;
  margin: 0;line-height: 22px;
  line-height: 21px;
}

p:last-child {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: #1077C7;
}

a:hover {
  text-decoration: underline;
}

