.category {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.question {
  width: 96%;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  color: #CC3300;
  padding-bottom:10px;
}
.answer {
  width: 96%;
  padding: 14px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #003366;
}

