The gremlins struck again.

I added a simple span to the style sheet for a few lines of text to center and display double size.
#span-3 { font-size: 2em; text-align: center;}
The text inside the span range happily changes size, but stays on the left. I checked 4 different sources that confirm this is how you do it, but Chrome, Firefox and Opera all keep it left aligned. I experimented with swapping "center for "right" and retyped it 3 times; the size changes with the value altered, but not the position.
What have I done wrong this time?
Bookmarks