h4.notice
{
    color: red;
    text-align: center;
}

div#content p
{
    margin-bottom: 30px;
}

li.faq
{
    cursor: pointer;
    text-decoration: underline;
}

div#faqpane
{
    width: 800px;
    /*background-color: #DDD;*/
    font-size: .75em;
    color: #333;
}

div#questions
{
    width: 325px;
    background-color: #E0E0E0;
    float: left;
    border: 1px solid #999;
    margin-right: 20px;
    padding: 10px;
    
}

.black
{
    color: #000;
}
.darkgrey
{
    color: #333;
}

div#answer h3
{
    text-align: center;
}

div#answer
{
}