Fetch CSS of posts

It is very unlikely that you will be able to duplicate a look of a wordpress page just by applying the CSS directly to the content as the CSS usually depends on the structure of the HTML containing the content and not only on the content itself.

But fetching the CSS by itself is easy, just fetch the whole page and use regex to find the urls of all the included CSS.