/*
 * $Id:$
 * 
 * A CSS file for rendernig our sidebar FAQ section
 */

#faqs h3 {
    font-size: 200%;
    font-family: times;
    font-weight: bold;
    color: #666666;
}

#faqs h4 {
    font-weight: bold;
}

#faqs .faq {
    font-size: 95%;
    padding: 2px 4px 10px 4px;
}