.mceContentBody {
    margin: 10px;
    overflow-y: scroll;
    line-height: 1;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

.article {
    line-height: 1;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

.mceContentBody a,
.article a {
    text-decoration: none;
    color: #ca181a;
}

.mceContentBody a:hover,
.article a:hover {
    text-decoration: underline;
}

.mceContentBody h1,
.article h1 {
    font-size: 28px;
    line-height: 1.47;
    margin-bottom: 15px;
}

.mceContentBody h2,
.article h2 {
    font-size: 20px;
    line-height: 1.47;
    margin-bottom: 15px;
}

.mceContentBody p,
.article p {
    line-height: 1.47;
    margin-bottom: 15px;
}

.mceContentBody p:last-child,
.article p:last-child {
    margin-bottom: 0;
}

.mceContentBody ul,
.article ul {
    line-height: 1.47;
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 15px;
}

.mceContentBody ol,
.article ol {
    line-height: 1.47;
    margin-left: 30px;
    margin-bottom: 15px;
}

.mceContentBody div,
.article div {
    margin-bottom: 15px;
}

.mceContentBody div:last-child,
.article div:last-child {
    margin-bottom: 0;
}

.mceContentBody table,
.article table {
    line-height: 1.47;
    margin-bottom: 15px;
}

.mceContentBody table:last-child,
.article table:last-child {
    margin-bottom: 0;
}

.mceContentBody strong,
.article strong {
    font-weight: bold;
}

.mceContentBody em,
.article em {
    font-style:italic;
}

.mceContentBody p img,
.article p img {
    border: 0 none;
    display: block;
    max-width: 100%;
}

.mceContentBody p .left,
.article p .left {
    float: left;
    margin: 0 15px 0 0;
}

.mceContentBody p .right,
.article p .right {
    float: right;
    margin: 0 0 0 15px;
}

.mceContentBody sup, .mceContentBody sub,
.article sup, .article sub {
    vertical-align: 0;
    position: relative;
    font-size: 0.7em;
}

.mceContentBody sup,
.article sup {
    top: -0.3em;
}

.mceContentBody sub,
.article sub {
    top: 0.3em;
}

.mceContentBody .tinymceGallery {
    background-color: #cccccc;
    padding: 10px;
    margin-bottom: 15px;
}