<p class='foo'>this is styled</p>
<p class='bar'>this is unstyled</p>

<style>
	.foo {
		color: red;
	}
</style>