/* Internet Explorer will see this.
Note: Older CSS enabled browsers, such as Netscape 4.7,
will see this unless it is imported as shown below. */
p { width: 100px; }
/* The others will see this, ignoring the style above */
body>p { width: 120px; }
<style type="text/css" media="screen">
<!--
@import "foo.css";
-->
</style>

