I'am not sure if it the right template ... but try this
search in the Template
MEMBERINFO for this line
PHP Code:
<span class="member_username">{vb:raw prepared.musername}</span>
this code will give u the usernames... and with help of CSS u can customize it :-)
for example :
PHP Code:
<span style="font-size:130%" class="member_username" >{vb:raw prepared.musername}</span>
... just test it ...