.bold-red {
  font-weight: bold;
  color: #FF0000;
}
p.quote {
  font-style: italic;
  font-weight: normal;
}

p.name {
  font-size: .8em;
  text-align: right;
  padding-right: 5px;
}