  #faqList {
    /* nothing for now */
  }
  #faqList .bigLetter {
    color: #635F3A;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 18px;
    font-family: serif;
    padding: 5px;
  }
  #faqList .bigLetterQ {
    background-image: url(../images/faq/q.gif);
    height:20px;
    width:22px;
    margin-right:10px;
    float:left;
  }
  #faqList .bigLetterA {
    background-image: url(../images/faq/a.gif);
    height:16px;
    width:22px;
    margin-right:10px;
    float:left;
  }
  #faqList .questionEntry {
    padding: 1em;
    font-family: sans-serif;
    cursor:pointer;
  }
  #faqList .selected {
    background-image: url(../images/layout/darkTile.jpg);
  }
  #faqList .answerEntry {
    margin-left: 3em;
    color: #362f2d;
    cursor:default;
  }
