.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;
    background: #000;
    padding: 2px 5px;
    color: #FFF; }

.redactor-styles p.link-element a:before {
    content: '>';
    padding-right: 5px; }