Don't change to xhtml, you'll get huge fonts in Internet Explorer. Your problem is caused by your forum's style.css.
This part
/* By default (td, body..) use Tahoma in black. */
body, td
{
color: #000000;
font-size: small;
font-family: Tahoma, arial, helvetica, serif;
}
is probably overruling your Mambo's stylesheet. Try removing it.