p:nth-child(even) {
	background-color: blue;
}

P:nth-child(odd) {
	background-color: red;
}
