Custom CSS not working

I followed the article on adding custom css to BB and its not working. What I want is to justify text sitewide. Here is what I have done:

  1. Added a style name: gb-para to my text module.
  2. Added gb-para p { text-align: justify; } to the global css settings.

Did not work.

What am I doing wrong?