.faqTitle {
  width: 100%;
  font-weight: bold;

  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #afafaf;
}

.faqContent {
  padding-left: 40px;
  padding-right: 20px;
}

A.faqLink {
  color: #0000FF;
  text-decoration: none;
}

A.faqLink:hover {
  text-decoration: underline;
}

