.faq {
  width: 700px;
  margin: 50px auto 0px;
  padding: 6px;
  font-size: 12px;
  line-height: 15px;
}

.faq h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0072c2;
  padding: 0px 0px 10px;  
}

.faq .question {
  margin-bottom: 15px;
  color: #0072c2;
  font-weight: bold;
}

.faq .answer {
  margin-bottom: 30px;
}

.faq .bigLetter {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #0072c2;
}

.faq .url {
  white-space: nowrap;
  font-weight: bold;  
}