<?xml-stylesheet href="css3-modsel-76.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<p xmlns="http://www.w3.org/1999/xhtml">This paragraph should NOT have green background</p>
<address xmlns="http://www.w3.org/1999/xhtml">This address should NOT have green background</address>
<p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background</p>
<p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background</p>
<dl xmlns="http://www.w3.org/1999/xhtml">
  <dt class="red">First definition term that should have green background</dt>
    <dd class="red">First definition</dd>
  <dt class="red">Second definition term that should have green background</dt>
    <dd class="red">Second definition</dd>
  <dt>Third definition term</dt>
    <dd>Third definition</dd>
  <dt class="red">Fourth definition term that should have green background</dt>
    <dd class="red">Fourth definition</dd>
  <dt class="red">Fifth definition term that should have green background</dt>
    <dd class="red">Fifth definition</dd>
  <dt>Sixth definition term</dt>
    <dd>Sixth definition</dd>
</dl>
</test>