h1 {
	color: red;
}

p {
	color: green;
}

div p {
	background-color: blue;
	color: blue;
}
