p {
	color: blue;
}

p.highlight {
	color: black;
	background-color: yellow;
}