.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.important {
    font-size: 28px;
}

.redactor-styles p.link-element a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 5px solid #000;
}