.editor,
.mce-content-body {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor *,
.mce-content-body * {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor ul li,
.mce-content-body ul li {
  list-style: disc;
}
.editor a:hover,
.mce-content-body a:hover {
  color: #70458C;
  text-decoration: underline;
}
.editor u.underline,
.mce-content-body u.underline {
  text-decoration: underline;
}
.editor b.bold,
.mce-content-body b.bold {
  font-weight: bold;
}
.editor i.italic,
.mce-content-body i.italic {
  font-style: italic;
}
