just put in style="background: #FFFFFF" with the suitable colors you want to add
so now the new code will be like
Code:
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="background: #FFFFFF; text-decoration:bold;">You got $bbuserinfo[pmunread] Private Messages<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click To Read Them!</div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->