body.faqs #content {
width: 630px;
}
p.faqintro {
font-weight: bold;
margin-bottom: 10px;
border-bottom: 1px solid black;
padding-bottom: 4px;
}
p.question {
cursor: pointer;
margin-bottom: -.3em;
font-size: 1em;
}
ul.faqPage {
margin: 0 1em 1em 15px;
padding: 5px 0 0px;
list-style: disc;
}
ul.faqPage li {
font-size: 1.2em;
margin: 4px 0;
}
.answer {
margin: .5em 1em 1em 15px;
padding-left: 5px;
cursor: default;
}
