body {
	color: red;
}

h1 {
	color: green;
	background-color: #ffb6c1;
}

h2 {
	color: #000000;
}

p
{
	color: blue;
}