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

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

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

.redactor-styles p.link-element a {
    text-decoration: none;
    background: #cfe0be;
    padding: 2px 5px;
    color: #66af24 }

