WinIE6以下にのみ適用

body {
	background-color:red;
}
html>body {
	background-color:green;
}
/*普通のブラウザは緑、WinIE6以下のみ赤*/