/* This is the styles that should be visible in the etomite editor as well as on the page */
body {
   font-family: "Comic Sans MS", fantasy;
}

.sectionHeading {
  font-size: x-large;
  font-weight: bold;
}

.subSectionHeading {
  font-size: large;
  font-weight: bold;
}

ul.ulSmallTopGap {
  margin-top: 0;
}

.emphasize {
   color: #FF0000;
}

.standout {
   color: #53BFA1;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}
