div#editor-content h1 {font-size: 20px;}
div#editor-content h2 {font-size: 18px;}
div#editor-content h3 {font-size: 16px;}
div#editor-content h4 {font-size: 14px;}
div#editor-content h5 {font-size: 12px;}
div#editor-content h6 {font-size: 10px;}
div#editor-content h1, 
div#editor-content h2, 
div#editor-content h3, 
div#editor-content h4, 
div#editor-content h5, 
div#editor-content h6 {
    margin: 0 0 0.5em 0; 
    padding: 0;
    line-height: 1.5em;
}
div#editor-content p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}
div#editor-content a {}
div#editor-content a:hover {}

div#editor-content img {
    border: 0;
	padding: 10px;
} 
div#editor-content blockquote {
    margin-left: 10px; 
    border-left: 10px solid #ddd;
}
div#editor-content pre {
    font-family: monospace;
    font-size: 10px;
}
div#editor-content strong, b {font-weight: bold;}
div#editor-content em, i {font-style:italic;}
div#editor-content code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
}
div#editor-content ul, div#editor-content ol {
    margin: 0 0 1.5em 0;
    line-height:1.4em;
	list-style-type: disc;
}
div#editor-content ul li, div#editor-content ol li {margin: 0 0 0.25em 25px;}
div#editor-content dl {
    margin: 0 0 1.5em 0;
    line-height: 1.4em;
}
div#editor-content dl dt {
    margin: 0.25em 0 0.25em 0;
    font-weight: bold;
}
div#editor-content dl dd {margin: 0 0 0 25px;}