Learn from my mistakes. When typing CSS in public presentations, use color hex values rather than color names. Otherwise when you try to type

background-color: white;

you’ll actually type

background-color: shite;

Guaranteed.

Of course, if you’re presenting to an audience that would appreciate it, it shouldn’t be that hard to put together a Greasemonkey script to support that background color.