/** THIS IS THE DEFAULT ONE */
.Main-Header {
    font-family: Verdana, Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.Sub-Header {
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
}

.Normal-Text {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

/** This is the default font for the content */
body {
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,Sans Serif;
}

.mceVisualAid { 
    border: 1px dashed #BBBBBB;
}