﻿.faq-header
{
    width: 970px;
    padding: 7px 7px 7px 7px;
    margin-top: 10px;
}
.faq-header a
{
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: bold;
}
.faq-header a:hover
{
    text-decoration: none;
}

.faq-answer
{
    display: none;
    width: 954px;
    font-style: italic; 
    padding: 15px 15px 10px 15px;  
    background-color: #f8c600;
}
.faq-answer p
{
    margin-top: 0px;
}
.faq-answer p a
{
    text-decoration: none;
}
