I would just make the text bold in the article itself, either by using the editor or using inline styling. Otherwise, it would make all the article text bold throughout your site if you amended the css file.
just place the <b> </b>tags around your article text:
<div>
<b> My article is right here for the world to see.</b>
</div>