<html xmlns="http://www.w3.org/1999/xhtml">
 <style>
  @namespace url(http://example.org/);
  |p { background:lime !important }
  *|p { background:red }
 </style>
 <p xmlns="">This line should have a green background.</p>
</html>