<?xml-stylesheet href="css3-modsel-96.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b">
<p xmlns="http://www.w3.org/1999/xhtml">This html:p should NOT have a green background</p>
<elementA xmlns="http://www.example.org/a">This a:elementA element should
     NOT have a green background</elementA>
<elementB xmlns="http://www.example.org/b">This b:elementB should NOT have
     a green background</elementB>
<div xmlns="http://www.w3.org/1999/xhtml" class="green">
<p xmlns="">This p without declared namespace should  have a green background</p>
<elementA xmlns="">This elementA without declared namespace element should
     have a green background</elementA>
<elementB xmlns="">This elementB without declared namespace should have a
     green background</elementB>
</div>
</test>