<style type=text/css>
p {
color: #000000;
}
html>body
p {
color: #ff0000;
}
</style>
IE7、モダンブラウザで見ると文字色が赤(#ff0000;)
それ以外は文字色が黒(#000000;)