
.question a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    display: block;
    background-image: url("../images/qBgTop.gif");
    background-repeat: no-repeat;
    wisth: 620px;
    height: 42px;
    text-indent: 50px;
}

.question a:hover {
    background-image: url("../images/qBgMiddle.gif");
}

.answer {
    background: #FFFFFF;
    padding: 20px 10px 20px 70px;
    background-image: url("../images/aBg.gif");
    background-repeat: no-repeat;
    display: none;
    background-position: 40px 20px;
}