/*этот стиль подгружается так же и в редактор!*/
html, body {
    background-color: #E6E2D6;
    color: #333;
    font-family: Arial, Verdana, Tahoma ;
    font-size: 13px;
}

a {
    outline: none;
    color: #137;
    font-weight: bold;
}

a:hover {
    color: #89d;
}

img {border: 0}

h1 {font-size: 18pt; margin: 15px 0;}
h2 {font-size: 16pt; margin: 15px 0;}
h3 {font-size: 14pt; margin: 15px 0;}
h4 {font-size: 13pt; margin: 15px 0;}
h5 {font-size: 12pt; margin: 15px 0; font-style: italic;}
h6 {font-size: 11pt; margin: 15px 0; font-style: italic;}

p {text-align: justify;}