.richTextEditorBody {
    font-size: small;
    font-family: sans-serif;
    color: black;
    background: white;
    text-align: left;
}

.richTextEditorBody pre {
    margin-left: 5px;
    font-family: monospace;
    background-color: black;
    color: lightgreen;
}

.richTextEditorBody table, .richTextEditorBody th, .richTextEditorBody td {
    border: 1px solid black;
    border-collapse: collapse;
}

.richTextEditorBody th {
	background-color: #eeeeee;
}

.richTextEditorBody td {
    font-size: small;
    font-family: sans-serif;
}