I want to create a formatted document from a list of expressions. One of the expression in this list is the following:
text = Style["a\n\tb\n\t\tc", FontSize -> 17, FontFamily -> "Monaco"]
And it gets formatted as planned:

But when I executed the following command to try to generate a document:
CreateDocument[{text}]
I got this:

Is there any way that we can keep the formatting of the string when using "CreateDocument" to generate document programmatically?
Software platform: I am running Mathematica 8.
Thanks.

