Here is the way to make your font bigger.
Goto,
Style Manger > Postbit Templates > postbit
Find:
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Replace:
Code:
<font size=5><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>
Find:
Code:
$post[musername]
</if>
Replace:
Code:
<font size=5>$post[musername]
</font>
</if>