<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: jhea
Version: 4.1
*/

/*
* Native styles for wisiwyg editor
*/
.the_content{
    overflow: hidden;
    zoom: 1;
}
.the_content:after{
    content: "";
    display: block;
    clear: both;
}

.the_content p{
    display: block;
    margin: 1em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.the_content a{
    text-decoration: underline;
}
</pre></body></html>