.fs1 { font-size: 8pt; }
.fs2 { font-size: 10pt; }
.fs3 { font-size: 12pt; }
.fs4 { font-size: 14pt; }
.fs5 { font-size: 18pt; }
.fs6 { font-size: 24pt; }
.fs7 { font-size: 36pt; }

.mceContentBody, 
#contentText {
  line-height: 1.5em;
  font-size: 13px;
}
.mceContentBody ul, 
#contentText ul {
  margin-top: 0;
  margin-bottom: .5em;
  margin-left: 0;
}
.mceContentBody ol li, 
#contentText ol li {
  margin: 1em auto;
}
.mceContentBody ol li ol li, 
#contentText ol li ol li{
  margin: .5em auto;
}
.mceContentBody dl, .mceContentBody p, 
#contentText dl,
#contentText p {
  margin-top: 0;
  margin-bottom: .5em;
}
.mceContentBody dl dt, 
#contentText dl dt {
  font-weight: bold;
}
.mceContentBody h3, 
#contentText h3 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: .5em;
}

