.block-pages #container .block-content {
    background: #fff;
}

.block-pages #container .block-content .block-heading {
    font-size: 30px;
    margin: 10px 0 30px;
    text-transform: uppercase;
}

.block-content h2 {
    font-size: 18px;
    margin: 20px 0 10px;
}

.block-content h3 {
    margin: 10px 0;
}

.block-content h1,
.block-content h2,
.block-content a {
    color: #10218b;
}

#container #content .block-content p, 
#container #content .block-content li {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
}

.block-list {
    list-style: decimal;
    padding-left: 30px;
}

.block-list.browser {
    list-style: disc;
    font-weight: bold;
}

.block-pages .breadCrumbs .current-page {
    font-weight: bold;
}

