<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Star Hack in XML</title>
<style type="text/css">
body {
	text-align: center;
}
div.box {
	background: blue;
	color: white;
	padding: 1.0em;
	width: 30%;
	margin: 0 auto;
}
* html div.box {
	background: green;
}
</style>
</head>

<body>
	<div class="box">This box should be blue in most browsers, but green in Internet Explorer, including IE7.</div>
</body>
</html>
