<html xmlns="http://www.w3.org/1999/xhtml">
 <style type="text/css">
  p{background:red}
  p#test{background:lime}
 </style>
 <p xml:id="test">This paragraph should have a green background.</p>
</html>