<html xmlns="http://www.w3.org/1999/xhtml">
 <title>html:style element contents parsing: 005</title>
 <style>
  p { background:red }
  <style> p { background:lime } </style>
 </style>
 <p>This line should have a green background.</p>
</html>