body#tinymce.wp-editor {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2.5%;
  background: #FFFFFF;
  color: #000000;
}

body#tinymce.wp-editor a {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  text-decoration: underline;
  color: #009BCD;
}

body#tinymce.wp-editor a:hover {
  color: #007EA6;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

img {
  margin: 2.5% auto;
}

blockquote {
  margin: 1% 0;
  padding: 0 0 0 2.55%;
  border-left: 1px solid #009BCD;
  font-style: italic;
}