Usage example:
==============

   >>> from pygments.formatters import HtmlFormatter
   >>> HtmlFormatter(style='railscasts').style
   <class 'pygments_style_railscasts.RailscastsStyle'>

Please consult the official documentation for further information on the usage
of pygment styles: http://pygments.org/docs/
