<html>
<head>
<!-- Styles for Opera and other browsers -->
<style type="text/css" media="screen">
body
{
color: red;
font-size: x-large;
font-weight: bold;
}
</style>
<!-- Styles for browsers besides Opera -->
<style type="text/css" media="scReen">
body
{
color: blue;
}
</style>
</head>
<body>
<p>This paragraph will be red in Opera. It will be blue in Netscape, Mozilla and Internet Explorer 5.0+ for PC (including version 7).</p>
</body>
</html>