Why is it that the below makes the text red?
#stories li a {color:red} .default li.expand a {color:green} li.expand a {color:blue}
That seems to be the way it works (sometimes frustratingly), an id selector is more specific than a class.