sample
<style type="text/css">
#hack {
color:#000000:
}
html>/**/body
#hack {
color:#ff0000;
}

</style>
sample

IE7を除くモダンブラウザで見ると文字色が赤(#ff0000;)
それ以外は文字色が黒(#000000;)