EDIT: Didnt see cims post, use that; much better and easier :)
For crims, you have to edit every page For this, you dont;
In header.php:
Find $u=$ir['username'];
Below add this and change for others ( for colours ):
if($ir['user_level'] == 2) {
$u = '<span style="color: red;">'. $ir['username'] .'</span>';
$ir['username'] = $u;
}