@import "global.css";

#faqs {
margin: 10px 0 0 0;
}
#faqs h1 {
font-family: serif;
font-size: 2.45em;
font-style: italic;
border-bottom: 1px solid #333;
margin: 0 0 16px 5px;
text-transform: lowercase;
clear: both;
}
#faqlist {
padding: 20px 0 20px 65px;
}
#faqlist li {
padding-bottom: 10px;
list-style-type: circle;
}
#faqlist li div {
display: none;
}
#faqlist li a {
color: #000;
text-decoration: underline;
}
#faqlist li a:hover {
color: #000;
text-decoration: none;
}
#faqlist li .questions {
text-decoration: none;
color: #666;
border-bottom: 1px dotted #666;
}
#faqlist li .questions:hover {
text-decoration: none;
color: #666;
border: none;}