I kinda figured that might be the case .. a proprietary thing for MS only.
Just an fyi, you can shorten your CSS file by learning some CSS shorthand. Those font rules can be summed up in 1 line like this:
font: 14px bold Arial;
You should also put in more tthat 1 font :
font: 14px bold Arial, Helvetica, Verdana, sans-serif;
That will cover all bases and the 'sans-serif' is a default for just about anyone, always include it. 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|