Those aren't Mac fonts. A similar Mac font is Helvetica.
So you'd declare your font as:
body {
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
If you don't have access to all three platforms, then generic fonts are your best bet. Though given all the *nix variants, one *nix platform may not have the same available fonts as another. From my own experience, they've been consistent. Generic fonts are always available though (provided the browser supports them, many do).
sans-serif (Arial, Helvetica)
serif (Times, Times New Roman)
monospace (Courier, Courier New)
cursive
fantasy
http://www.w3.org/TR/CSS21/fonts.html#font-family-prop
In my own research I've found serif, sans-serif and monospace to be the most consistent.
HTH!
Regards,
Rich
--
[
http://www.smilingsouls.net]
[
http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail