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

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

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

.redactor-styles p.link-element a {
    text-decoration: none; 
    color: #5b5955;
    border-bottom:  1px solid #5b5955}

