Defining A CSS Selector That Requires A Multi-Class Union

<div class="one two">
	I get the CSS styles from both
	div.one and div.two classes.
</div>

For Cut-and-Paste