<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <style type="text/css">
   body { background: red; }
   p, a { background: green; color: white; }
  </style>
  <title>Background (non-)propagation in XHTML</title>
 </head>
 <body>
  <p>This document should have one line of green. <a href="19.xml">Go to previous test.</a> <a href="21.xml">Go to next test.</a> </p>
 </body>
</html>