body {
    background-color: #2b2b2b;
    color: #f2e6d9;
}

.h {
    background-color: #a62c2b;
    padding: 3px 0px 5px 20px;
    font-size: 1.2em;
    border-top: 1px solid #6e1818;
    border-left: 1px solid #6e1818;
    border-right: 1px solid #6e1818;
    border-bottom: 1px solid #8c1f1f;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #f2e6d9;
    margin-bottom: 0;
}

.b {
    margin-bottom: 20px;
    float: left;
    color: #a62c2b;
}

.bc {
    border-left: 1px solid #6e1818;
    border-right: 1px solid #6e1818;
    border-bottom: 1px solid #6e1818;
    margin: 0px;
    padding-top: 10px;
    background-color: #3c3c3c;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #f2e6d9;
}

.bc li {
    line-height: 25px;
}

.faq-box {
    padding: 16px 18px 18px;
}

.faq-box h3 {
    margin-top: 0;
}

.content-block {
    max-width: 960px;
    margin: 0 auto 32px;
    text-align: left;
}

.content-block h2,
.content-block h3 {
    text-align: left;
}

a {
    color: #dfdfdf;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

a:visited {
    color: #bfbfbf;
}
