.redText {
  color: red;
}

.redHighlightText {
  background: yellow;
}

.greenHighlightText {
  background: greenyellow;
}

.italicText {
  font-style: italic;
}

.boldText {
  font-weight: bold;
}
