<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="multiple-classes.css" type="text/css"?>
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]><html:script src="../ie7-standard.js" type="text/javascript"></html:script><![endif]-->
<!-- dean.edwards/2004 -->
<!-- keeping code tidy! -->
<my:root xmlns:my="http://dean.edwards.name/space">
	<my:h1>IE7</my:h1>
	<my:h2>.multiple.classes</my:h2>
	<my:test>
		<my:example>Normal example</my:example>
		<my:example class="bold">Bold example</my:example>
		<my:example class="blue">Blue example</my:example>
		<my:example class="bold blue">Bold and blue example</my:example>
	</my:test>
</my:root>
