.editor,
.mce-content-body {
  color: black;
  font-size: 15px;
  line-height: 1.3em;
  text-decoration: none;
  text-align: justify;
}
.editor *,
.mce-content-body * {
  color: black;
  font-size: 15px;
  line-height: 1.3em;
  text-decoration: none;
  text-align: justify;
}
.editor ul li,
.mce-content-body ul li {
  list-style: disc !important;
}
.editor a:hover,
.mce-content-body a:hover {
  color: #70458C !important;
  text-decoration: underline !important;
}
