If you want to make text inside a Bullet List Element bold you can just a little simple CSS:
This is your normal bullet list text
<strong>This is bold bullet list text</strong>
All you have to use is the strong open and close CSS tags to make any text bold. Anything between the <strong> and </strong> tags will be bold. Note the closing / (forward slash) for the closing element