#faq_questions {
  clear:both;
  padding-left:10px;
  list-style-position: inside;
  list-style-type:decimal;
  font-weight:bold;
  color:#ff6000; }
#faq_questions li {
  padding:3px 0 3px 0; }
#faq_questions a {
  text-decoration:none; }
#faq_questions a:hover {
  text-decoration:underline; }
#faq_answers {
  clear:both;
  padding-left:10px;
  list-style-position: inside;
  list-style-type:decimal;
  font-weight:bold; }
#faq_answers li {
  padding:3px 0 3px 0; }
#faq_answers li p {
  display:inline;
  padding:0;
  font-weight:normal; }

