I am seeing problems with the font size in different browsers. While IE shows the font size way too big, Chrome and Firefox show it fairly small. If I adjust the overall font size, I can adjust it for IE, but then it is way too small in Firefox and Chrome. Any ideas how to address that? Thanks.
Never mind - replaced the em font size and percentage font sizes with "pt" font sizes and it's all happy now.
ouch! that is the last thing you should be doing as far as CSS changes go... "pt"? At least go for px or learn what "em" and "%" size font declarations actually mean and how they are used before you discard them.