body.mceContentBody {
    font-size: 12pt;
    background-color: #FFFFFF;
}

.bold-larger {
    font-weight: bold;
    font-size: larger;
}

.bold-smaller {
    font-weight: bold;
    font-size: smaller;
}

.red-bold {
    font-weight: bold;
    color: red;
}

.red-bold-larger {
    font-weight: bold;
    font-size: larger;
    color: red;
}

.red-bold-smaller {
    font-weight: bold;
    font-size: smaller;
    color: red;
}
