.redactor-styles h2 {
    font-size: 36px;
    font-weight: bold;
}

.redactor-styles h3 {
    font-size: 28px;
    font-weight: bold;
}

.redactor-styles h4 {
    font-size: 28px;
}

.redactor-styles .blue-article h4 strong {
    color: #4a8fba;
}

.redactor-styles p,
.redactor-styles li {
    font-size: 16px;
}

.redactor-styles p.link-element a {
    text-decoration: none;
    background: #4a8fba;
    padding: 2px 5px;
    color: #FFF;
}