.redactor-styles h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3d6eb0;
}

.redactor-styles h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3d6eb0;
}

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

.redactor-styles p.link-element a {
    text-decoration: none;
    color: #3d6eb0;
    font-weight: 700; }

