<font> tags are depreciated and should not be used. The easiest way to fix your problem is just going to be to surround the welcome text in customer/main/welcome.tpl with a <div> tag like this:
Code:
<div style="color: #FFFFFF;">{$lng.txt_welcome}</div>
You can also control the 'white boxes' by editing the .dialogbox style in skin1.css.