The Arial font is correctly inherited by Opera 9.02. Opera 9.0 shows headings with a serif font. Here's the code:
body {font-family: Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {margin: .70em 0;}

Now a style declaration for the headings has been added.