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

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

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

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