Mac stylesheet bug?

[color=red]I have attached a stylesheet to a dynamic textbox, and it runs perfectly on pc, but on mac it seems that it cant find the “font-family” specification. The text looks like crap, with different letter spacing etc… I have the same flashplayer installed on both systems, winxp, osx.
Im loading different .swf:s into a empty movieclip from a parent swf with a menu.[/color]
[color=darkolivegreen][color=red]the css looks like this:[/color]
[/color].one {
font-family: Verdana, Tahoma, Helvetica, Arial, Geneva, sans-serif;
font-size: 10px;
color: #3F4B5F;
}
a:link { text-decoration: none; color: #666666}
a:visited { text-decoration: none; color: #666666}
a:hover { text-decoration:none; color: #FF0000}
a:active { text-decoration: none; color: #666666}
h2 {
color: #ff0000;
}
em {
color: #DE383D;
}
[color=red]And the file containing the external text, loaded into the textbox looks like this:[/color]
name=<p class=‘one’>lorem ipsum<br />lorem ipsum<br /><h2>lorem ipsum</h2></p>
[color=red]help me please `=)[/color]