@charset "utf-8";
html {} /* Browser bug causes 1st rule to be ignored, so add this dummy rule */

/* These go along with the styles applied in htmlFormattingApplicator.js */

.formatBold {
    font-weight: bold;
}

.formatItalics {
    font-style: italic;
}

.formatUnderline {
    text-decoration: underline;
}

.formatCenter {
    text-align: center;
}