> [First things first: "font-size: 10px;" is bad. You don't know how small > 10px is on the user's monitor. Stick with relative sizes.] Are px's really so bad in CSS? It seems that if the user has their pixels set really high, they expect teeny tiny fonts. The relative sizes seem almost arbitrary across different platforms.