Index: /CKEditor/branches/prototype/_samples/sample.html
===================================================================
--- /CKEditor/branches/prototype/_samples/sample.html	(revision 2350)
+++ /CKEditor/branches/prototype/_samples/sample.html	(revision 2351)
@@ -42,4 +42,5 @@
 	<script type="text/javascript">
 	//<![CDATA[
+		document.write( CKEDITOR.samples.styles );
 		document.write( CKEDITOR.samples.headScript );
 	//]]>
Index: /CKEditor/branches/prototype/_samples/sample.js
===================================================================
--- /CKEditor/branches/prototype/_samples/sample.js	(revision 2350)
+++ /CKEditor/branches/prototype/_samples/sample.js	(revision 2351)
@@ -56,10 +56,14 @@
 				};
 
-				samples.headScript = getNodeHtml( 'headscript' ) || '';
-				samples.htmlData = getNodeHtml( 'html' ) || '';
-				samples.codeData = getNodeHtml( 'code' ) || '';
+				samples.headScript	= getNodeHtml( 'headscript' ) || '';
+				samples.styles		= getNodeHtml( 'styles' ) || '';
+				samples.htmlData	= getNodeHtml( 'html' ) || '';
+				samples.codeData	= getNodeHtml( 'code' ) || '';
 				
 				if ( samples.headScript )
 					samples.headScript = '<script id="headscript" type="text/javascript">' + samples.headScript + '</script>';
+
+				if ( samples.styles )
+					samples.styles = '<style id="styles" type="text/css">' + samples.styles + '</style>';
 
 				// The '//*/*/*' XPath is the only way to make it work with
