.ckeditor {
	min-width: 740px;
	width: 740px;
}

.ckeditor p, .ckeditor u, .ckeditor strike, .ckeditor s, .ckeditor strong, .ckeditor b, .ckeditor a {
  line-height: 160%;
  margin-bottom: 10px;
}

.ckeditor u, .ckeditor ins {
  text-decoration: underline;
}

.ckeditor strong, .ckeditor b {
  font-weight: bold;
}

.ckeditor s, .ckeditor strike, .ckeditor del {
  text-decoration: line-through;
}

.ckeditor a{
  text-decoration: underline;
}

.ckeditor p img{
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}