.article h4,
.in_content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 20px 5px 20px;
}

.article.post h2.front_page_h2,
.in_content h3 {
    border-color: #ccc;
    border-style: solid none;
    border-width: 1px;
    font-size: 22px;
    line-height: 1.5;
    padding: 5px 10px 5px 15px;
    background: #fff;
    position: relative;
    margin: 0 0 -6px;
    z-index: 1;
}

.article.post h2{
	font-size:20px
}

.article h3,
.in_content h4 {
    border-left: 3px solid #333;
    color: #333;
    font-size: 20px;
    margin: 30px 0 15px;
    padding: 5px 10px;
}

.article h5,
.in_content h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 20px 5px 20px;
}

.post{font-size: 16px;}