I want to apply a specific stylesheet for the content of an external page (that I own) when it is shown in an iframe on Facebook. Due to the width limitations of Facebook, I'd like to display just one column from a page, without altering the HTML of that page. When visited directly, the page would call the regular CSS. When seen through the iframe, it would call a facebook-specific CSS.
In other words, how can one make Facebook use a specific CSS file when it shows content through the iframe? Do I have to use javascript to grab a different stylesheet?