--- scrapcapture.js.orig	2005-07-17 20:43:58.000000000 +0200
+++ scrapcapture.js	2005-07-17 20:44:17.000000000 +0200
@@ -516,7 +516,7 @@
 
 		}
 
-		var newCSStext = this.inspectCSSText(aNode.style.cssText, this.refURLObj.spec);
+		if ( aNode.style ) var newCSStext = this.inspectCSSText(aNode.style.cssText, this.refURLObj.spec);
 		if ( newCSStext ) aNode.setAttribute("style", newCSStext);
 
 		if ( SBcommon.getBoolPref("scrapbook.capture.removescript", true) )
