<style>)This text will be green if the rule has been applied.
<style type="text/css" media="Screen">
/*<![CDATA[*/
#testElement {
color: #00ff00;
}
/*]]>*/
</style>
NS 4.x will apply a stylesheet with a media type of Screen but will ignore all other types of media including All.
None