I\'m trying to experiment with CSS.
Here\'s my code http://codepen.io/anon/pen/mJxrdE
Here\'s the html
You are targeting specific elements with the class selectors hence the cascade is overwritten.
To get a better idea target the elements specifically.
#first .spinach { color: brown; }
http://codepen.io/stenmuchow/pen/rVdMjR