Can you use nth-child to style , not for odd, even but for various out of order items ?I want to style 1,3,7,8 , so how would i do that ?Demo http://jsfiddle.net/nTZrg/50/\[code\]<ul><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li><li>9</li></ul>\[/code\]