<?xml-stylesheet href="css3-modsel-66.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" id="first">The background of this paragraph should be initially green.
       The background of the paragraph just below should become white when
       you click <a href="#second">****here****</a>.</p>
<p xmlns="http://www.w3.org/1999/xhtml" id="second">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       <a href="#third">****here****</a>, it becomes green again and the
       background of the paragraph below becomes white.</p>
<p xmlns="http://www.w3.org/1999/xhtml" id="third">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       <a href="css3-modsel-120.xml">****here****</a>, the three paragraph
       have green background again.</p>
</test>