li.first {
	color: blue;
}
li:nth-child(2n-1) {
	color: green;
}