NOTE: the font-size on body is set with an !important declaration; in IE Mac, this is incorrectly inherited
This text is in a paragraph
And this is a paragraph
This is a paragragh in a div
body {font-size: .9em !important; color:#345; background: #fefefe; margin:2em}
h1 {font-size: 2em !important}
h2 {font-size: 1.5em}
p {font-size:1em;}