iframe

Apply CSS to iframe

I add iframe from external site to mine like this: <iframe src="http://site.com/page/"&gt;&lt;/iframe&gt; It has some own css and javascript files. How can I add my own css styles to this iframe? ...