Hi, I'm relatively new here, and this may already be common information, but here's a little trick I use to make keywords on my pages stand out for the search engines, without distracting my viewers.
Have fun with it, and don't over-abuse
Code:
.myclass b
{
font-weight:lighter;
}
Code:
<div class="myclass">
Now I can make my <b>keyword phrases</b> stand out for the search engines,
and still use <strong>bold</strong> text!
</div>
Have fun with it, and don't over-abuse