*{
	margin: 0;
	padding: 0;
}
p:nth-child(odd){
	background: #999999;
}
p:nth-child(even){
	background: #888888;
}
