Some HTML tags you might want to use here include:
HTML Code:
<span style="font-weight: bold;">username</span>
<span style="font-style: italic;">username</span>
<span style="text-decoration: underline;">username</span>
<span style="color: red;">username</span>
<span style="font: 20px verdana;">username</span>
You can also do combinations by using more than one attribute in the style property:
HTML Code:
<span style="font: 20px verdana; color: red;">username</span>