strong {
  font-size: 14px;
  line-height: 1.8em;
}

.content-container {
  width: 560px;
  padding: 20px;
}

.content-container h2 {
  margin: 20px 0 10px 0;
}

.content-container p {
  font-size: 14px;
  line-height: 1.8em;
}

.lead-text {
  color: #003366;
  font-weight: bold;
}

.content-text {
  padding: 10px;
}

.content-text img {
  margin: 5px 0;
}

.profile {
  margin: 10px 0;
  padding: 10px 20px;
  border-top: 1px dotted #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
}

.annotation {
  color: red;
}