.wysiwyg-rte.component {
  background-color: #ffffff;
  color: #333333;
}
.wysiwyg-rte .textLink-blue:hover {
  color: #007abc;
}
.wysiwyg-rte.component.white {
  color: #ffffff;
}
.wysiwyg-rte.component.white .body-link {
  color: #ffffff;
  text-decoration: underline;
}
.wysiwyg-rte.component.darkest-grey {
  color: #333333;
}
.wysiwyg-rte.component.darkest-grey .body-link {
  color: #333333;
  text-decoration: underline;
}
.wysiwyg-rte.component.black {
  color: #000000;
}
.wysiwyg-rte.component.black .body-link {
  color: #000000;
  text-decoration: underline;
}
