Hi chriso0258,
In content of article http://jesusmylord.org/index.php/bible/2012-06-27-19-04-37/laying-the-foundation, you push css code:
[PHP]
<span style=”font-size: 12pt; font-family: helvetica;”><span style=”font-size: 14pt;”>Laying the Foundation</span><br><br>Why did God create man? Does He have a plan or did He just create us knowing that we would mess up and that He would have to bail us out, end of story? Unfortunately, Christians have watered down God’s plan and reduced it to something of the following: </span>
[/PHP]
So, style of content will be taken by it. If you want use same font and line spacing of article like home page, please remove all code css in content article.
With bold type in the original article, because, css of your site set :
[PHP]
div.itemIntroText {
color: #444444
font-size: 18px;
font-weight: bold;
line-height: 24px;
padding: 4px 0 12px;
}
[/PHP]
Please remove
[PHP]
font-weight: bold;
[/PHP]