#colBeta {
    margin: 0px 170px 0px 0px;
}

#questions {
    background: #333;
    color: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

#questions a {
    color: #fff;
    text-decoration: none;
}

#questions .title {
    font-size: 150%;
    margin-bottom: 10px;
}

.answer {
    background: #F7F7F7;
    margin-bottom: 9px;
    padding: 20px;
}

.answer h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

a.top {
    text-decoration: none;
    color: #999;
}

a.top:hover {
    color: #333;
}