Where did you get that code from? Anyway, do the same as I posted above, but change the style a bit. So, to make the usernames of a certain usergroup(s) bold & red, you would use:
Left box:
HTML Code:
<span style="font-weight:bold;color:red;">
Right box:
--------------- Added 15 Sep 2011 at 01:14 ---------------
Also, if you want it to say "Administrator" (or whatever) when you hover over a username of the usergroup with that markup, just change:
HTML Code:
<span style="font-weight:bold;color:red;">
To this:
HTML Code:
<span style="font-weight:bold;color:red;" title="Administrator">