Index: CKEditor/trunk/_samples/adobeair/sample.html
===================================================================
--- CKEditor/trunk/_samples/adobeair/sample.html	(revision 6357)
+++ CKEditor/trunk/_samples/adobeair/sample.html	(revision 6358)
@@ -18,5 +18,5 @@
 	</style></head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor - Adobe AIR Sample
 	</h1>
@@ -39,8 +39,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://ckeditor.com/'));return false;">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://ckeditor.com/'));return false;">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://cksource.com/'));return false;">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://cksource.com/'));return false;">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/ajax.html
===================================================================
--- CKEditor/trunk/_samples/ajax.html	(revision 6357)
+++ CKEditor/trunk/_samples/ajax.html	(revision 6358)
@@ -51,5 +51,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Create and Destroy Editor Instances for Ajax Applications
 	</h1>
@@ -93,8 +93,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/api.html
===================================================================
--- CKEditor/trunk/_samples/api.html	(revision 6357)
+++ CKEditor/trunk/_samples/api.html	(revision 6358)
@@ -125,5 +125,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Using CKEditor JavaScript API
 	</h1>
@@ -131,5 +131,5 @@
 	<p>
 		This sample shows how to use the
-		<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html">CKEditor JavaScript API</a>
+		<a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html">CKEditor JavaScript API</a>
 		to interact with the editor at runtime.
 	</p>
@@ -186,8 +186,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/api_dialog.html
===================================================================
--- CKEditor/trunk/_samples/api_dialog.html	(revision 6357)
+++ CKEditor/trunk/_samples/api_dialog.html	(revision 6358)
@@ -107,5 +107,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Using CKEditor Dialog API
 	</h1>
@@ -113,5 +113,5 @@
 	<p>
 		This sample shows how to use the
-		<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html">CKEditor Dialog API</a>
+		<a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html">CKEditor Dialog API</a>
 		to customize CKEditor dialog windows without changing the original editor code.
 		The following customizations are being done in the example below:
@@ -192,8 +192,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/asp/advanced.asp
===================================================================
--- CKEditor/trunk/_samples/asp/advanced.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/advanced.asp	(revision 6358)
@@ -21,5 +21,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample
 	</h1>
@@ -95,8 +95,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/asp/events.asp
===================================================================
--- CKEditor/trunk/_samples/asp/events.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/events.asp	(revision 6358)
@@ -21,5 +21,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample
 	</h1>
@@ -126,8 +126,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/asp/index.html
===================================================================
--- CKEditor/trunk/_samples/asp/index.html	(revision 6357)
+++ CKEditor/trunk/_samples/asp/index.html	(revision 6358)
@@ -10,8 +10,8 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Samples List for ASP &mdash; CKEditor Sample
 	</h1>
-	<h2>
+	<h2 class="samples">
 		Overview
 	</h2>
@@ -28,25 +28,25 @@
 	<li>
 		Create an instance of the CKEditor class:
-<pre>dim editor
+<pre class="samples">dim editor
 set editor = New CKEditor</pre>
 	</li>
 	<li>
 		Set the path to the folder where CKEditor has been installed, by default it will use /ckeditor/
-		<pre>editor.basePath = "../../"</pre>
+		<pre class="samples">editor.basePath = "../../"</pre>
 	</li>
 	<li>
 	Now use one of the three main methods to create the CKEditor instances:
-	<ul>
+	<ul class="samples">
 		<li>
 				Replace textarea with id (or name) "editor1".
-			<pre>editor.replaceInstance "editor1"</pre>
+			<pre class="samples">editor.replaceInstance "editor1"</pre>
 		</li>
 		<li>
 			Replace all textareas with CKEditor.
-			<pre>editor.replaceAll empty</pre>
+			<pre class="samples">editor.replaceAll empty</pre>
 		</li>
 		<li>
 			Create a textarea element and attach CKEditor to it.
-			<pre>editor.editor "editor1", initialValue</pre>
+			<pre class="samples">editor.editor "editor1", initialValue</pre>
 		</li>
 	</ul>
@@ -55,5 +55,5 @@
 <p>Before step 3 you can use a number of methods and properties to adjust the behavior of this class and the CKEditor instances
 that will be created:</p>
-<ul>
+<ul class="samples">
 	<li>returnOutput : if set to true, the functions won't dump the code with response.write, but instead they will return it so
 	you can do anything you want</li>
@@ -76,26 +76,26 @@
 </ul>
 
-	<h2>
+	<h2 class="samples">
 		Basic Samples
 	</h2>
-	<ul>
-		<li><a href="replace.asp">Replace existing textareas by code</a></li>
-		<li><a href="replaceAll.asp">Replace all textareas by code</a></li>
-		<li><a href="standalone.asp">Create instances in asp</a></li>
+	<ul class="samples">
+		<li><a class="samples" href="replace.asp">Replace existing textareas by code</a></li>
+		<li><a class="samples" href="replaceAll.asp">Replace all textareas by code</a></li>
+		<li><a class="samples" href="standalone.asp">Create instances in asp</a></li>
 	</ul>
-	<h2>
+	<h2 class="samples">
 		Advanced Samples
 	</h2>
-	<ul>
-		<li><a href="advanced.asp">Advanced example</a></li>
-		<li><a href="events.asp">Listening to events</a></li>
+	<ul class="samples">
+		<li><a class="samples" href="advanced.asp">Advanced example</a></li>
+		<li><a class="samples" href="events.asp">Listening to events</a></li>
 	</ul>
 	<div id="footer">
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
 		</p>
 	</div>
Index: CKEditor/trunk/_samples/asp/replace.asp
===================================================================
--- CKEditor/trunk/_samples/asp/replace.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/replace.asp	(revision 6358)
@@ -21,5 +21,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample
 	</h1>
@@ -51,8 +51,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/asp/replaceall.asp
===================================================================
--- CKEditor/trunk/_samples/asp/replaceall.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/replaceall.asp	(revision 6358)
@@ -21,5 +21,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample
 	</h1>
@@ -56,8 +56,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/asp/sample_posteddata.asp
===================================================================
--- CKEditor/trunk/_samples/asp/sample_posteddata.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/sample_posteddata.asp	(revision 6358)
@@ -13,5 +13,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor - Posted Data
 	</h1>
@@ -30,5 +30,5 @@
 			<tr>
 				<th><%=Server.HTMLEncode( sForm )%></th>
-				<td><pre><%=Server.HTMLEncode( Request.Form(sForm) )%></pre></td>
+				<td><pre class="samples"><%=Server.HTMLEncode( Request.Form(sForm) )%></pre></td>
 			</tr>
 			<% Next %>
@@ -37,8 +37,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
 		</p>
 	</div>
Index: CKEditor/trunk/_samples/asp/standalone.asp
===================================================================
--- CKEditor/trunk/_samples/asp/standalone.asp	(revision 6357)
+++ CKEditor/trunk/_samples/asp/standalone.asp	(revision 6358)
@@ -21,5 +21,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample
 	</h1>
@@ -62,8 +62,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/assets/_posteddata.php
===================================================================
--- CKEditor/trunk/_samples/assets/_posteddata.php	(revision 6357)
+++ CKEditor/trunk/_samples/assets/_posteddata.php	(revision 6358)
@@ -13,5 +13,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor &mdash; Posted Data
 	</h1>
@@ -41,5 +41,5 @@
 		<tr>
 			<th style="vertical-align: top"><?php echo $sForm?></th>
-			<td><pre><?php echo $postedValue?></pre></td>
+			<td><pre class="samples"><?php echo $postedValue?></pre></td>
 		</tr>
 	<?php
@@ -50,8 +50,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
 		</p>
 	</div>
Index: CKEditor/trunk/_samples/autogrow.html
===================================================================
--- CKEditor/trunk/_samples/autogrow.html	(revision 6357)
+++ CKEditor/trunk/_samples/autogrow.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Using AutoGrow Plugin
 	</h1>
@@ -39,5 +39,5 @@
 		<code>autoGrow_maxHeight</code> attribute, insert the following JavaScript call to your code:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>extraPlugins : 'autogrow',</strong>
@@ -97,8 +97,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/divreplace.html
===================================================================
--- CKEditor/trunk/_samples/divreplace.html	(revision 6357)
+++ CKEditor/trunk/_samples/divreplace.html	(revision 6358)
@@ -75,5 +75,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Replace DIV with CKEditor on the Fly
 	</h1>
@@ -143,8 +143,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/enterkey.html
===================================================================
--- CKEditor/trunk/_samples/enterkey.html	(revision 6357)
+++ CKEditor/trunk/_samples/enterkey.html	(revision 6358)
@@ -40,5 +40,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; ENTER Key Configuration
 	</h1>
@@ -47,10 +47,10 @@
 		This sample shows how to configure the <em>Enter</em> and <em>Shift+Enter</em> keys
 		to perform actions specified in the
-		<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode"><code>enterMode</code></a>
-		and <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode"><code>shiftEnterMode</code></a>
+		<a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode"><code>enterMode</code></a>
+		and <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode"><code>shiftEnterMode</code></a>
 		parameters, respectively.
  		You can choose from the following options:
 	</p>
-	<ul>
+	<ul class="samples">
 		<li><strong><code>ENTER_P</code></strong> &ndash; new <code>&lt;p&gt;</code> paragraphs are created;</li>
 		<li><strong><code>ENTER_BR</code></strong> &ndash; lines are broken with <code>&lt;br&gt;</code> elements;</li>
@@ -60,5 +60,5 @@
 		The sample code below shows how to configure CKEditor to create a <code>&lt;div&gt;</code> block when <em>Enter</em> key is pressed.
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>enterMode : CKEDITOR.ENTER_DIV</strong>
@@ -109,8 +109,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/fullpage.html
===================================================================
--- CKEditor/trunk/_samples/fullpage.html	(revision 6357)
+++ CKEditor/trunk/_samples/fullpage.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Full Page Editing
 	</h1>
@@ -28,5 +28,5 @@
 		CKEditor is inserted with a JavaScript call using the following code:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>fullPage : true</strong>
@@ -69,8 +69,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/index.html
===================================================================
--- CKEditor/trunk/_samples/index.html	(revision 6357)
+++ CKEditor/trunk/_samples/index.html	(revision 6358)
@@ -11,74 +11,74 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Samples Site
 	</h1>
-	<h2>
+	<h2 class="samples">
 		Basic Samples
 	</h2>
-	<ul>
+	<ul class="samples">
 		<li>
-			<a href="replacebyclass.html">Replace textarea elements by class name</a><br />
+			<a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a><br />
 			Automatic replacement of all textarea elements of a given class with a CKEditor instance.
 		</li>
-		<li><a href="replacebycode.html">Replace textarea elements by code</a><br />
+		<li><a class="samples" href="replacebycode.html">Replace textarea elements by code</a><br />
 			Replacement of textarea elements with CKEditor instances by using a JavaScript call.
 		</li>
-		<li><a href="fullpage.html">Full page support</a><br />
+		<li><a class="samples" href="fullpage.html">Full page support</a><br />
 			CKEditor inserted with a JavaScript call and used to edit the whole page from <code>&lt;html&gt;</code> to <code>&lt;/html&gt;</code>.
 		</li>
 	</ul>
-	<h2>
+	<h2 class="samples">
 		Basic Customization
 	</h2>
-	<ul>
-		<li><a href="skins.html">Skins</a><br />
+	<ul class="samples">
+		<li><a class="samples" href="skins.html">Skins</a><br />
 			Changing the CKEditor skin by adjusting a single configuration option.
 		</li>
-		<li><a href="ui_color.html">User Interface color</a><br />
+		<li><a class="samples" href="ui_color.html">User Interface color</a><br />
 			Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.
 		</li>
-		<li><a href="ui_languages.html">User Interface languages</a><br />
+		<li><a class="samples" href="ui_languages.html">User Interface languages</a><br />
 			Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.
 		</li>
-		<li><a href="autogrow.html">AutoGrow plugin</a><br />
+		<li><a class="samples" href="autogrow.html">AutoGrow plugin</a><br />
 			Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.
 		</li>
 	</ul>
-	<h2>
+	<h2 class="samples">
 		Advanced Samples
 	</h2>
-	<ul>
-		<li><a href="divreplace.html">Replace DIV elements on the fly</a><br />
+	<ul class="samples">
+		<li><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a><br />
 			Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.
 		</li>
-		<li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a><br />
+		<li><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a><br />
 			Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.
 		</li>
-		<li><a href="api.html">Basic usage of the API</a><br />
+		<li><a class="samples" href="api.html">Basic usage of the API</a><br />
 			Using the CKEditor JavaScript API to interact with the editor at runtime.
 		</li>
-		<li><a href="api_dialog.html">Using the JavaScript API to customize dialog windows</a><br />
+		<li><a class="samples" href="api_dialog.html">Using the JavaScript API to customize dialog windows</a><br />
 			Using the dialog windows API to customize dialog windows without changing the original editor code.
 		</li>
-		<li><a href="enterkey.html">Using the "Enter" key in CKEditor</a><br />
+		<li><a class="samples" href="enterkey.html">Using the "Enter" key in CKEditor</a><br />
 			 Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.
 		</li>
-		<li><a href="sharedspaces.html">Shared toolbars</a><br />
+		<li><a class="samples" href="sharedspaces.html">Shared toolbars</a><br />
 			Displaying multiple editor instances that share the toolbar and/or the elements path.
 		</li>
-		<li><a href="jqueryadapter.html">jQuery adapter example</a><br />
+		<li><a class="samples" href="jqueryadapter.html">jQuery adapter example</a><br />
 			Using the jQuery adapter to configure CKEditor.
 		</li>
-		<li><a href="output_xhtml.html">Output XHTML</a><br />
+		<li><a class="samples" href="output_xhtml.html">Output XHTML</a><br />
 			Configuring CKEditor to produce XHTML 1.1 compliant code.
 		</li>
-		<li><a href="output_html.html">Output HTML</a><br />
+		<li><a class="samples" href="output_html.html">Output HTML</a><br />
 			Configuring CKEditor to produce legacy HTML 4 code.
 		</li>
-		<li><a href="output_for_flash.html">Output for Flash</a><br />
+		<li><a class="samples" href="output_for_flash.html">Output for Flash</a><br />
 			Configuring CKEditor to produce HTML code that can be used with Adobe Flash.
 		</li>
-		<li><a href="placeholder.html">Placeholder plugin</a><br />
+		<li><a class="samples" href="placeholder.html">Placeholder plugin</a><br />
 			Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.
 		</li>
@@ -87,8 +87,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
 		</p>
 	</div>
Index: CKEditor/trunk/_samples/jqueryadapter.html
===================================================================
--- CKEditor/trunk/_samples/jqueryadapter.html	(revision 6357)
+++ CKEditor/trunk/_samples/jqueryadapter.html	(revision 6358)
@@ -40,5 +40,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Using jQuery Adapter
 	</h1>
@@ -46,5 +46,5 @@
 	<p>
 		This sample shows how to load CKEditor and configure it using the
-		<a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/jQuery_Adapter">jQuery adapter</a>.
+		<a class="samples" href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/jQuery_Adapter">jQuery adapter</a>.
 		In this case the jQuery adapter is responsible for transforming a <code>&lt;textarea&gt;</code>
 		element into a CKEditor instance and setting the configuration of the toolbar.
@@ -54,5 +54,5 @@
 		following JavaScript code:
 	</p>
-	<pre>$(function()
+	<pre class="samples">$(function()
 {
 	var config = {
@@ -94,8 +94,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/output_for_flash.html
===================================================================
--- CKEditor/trunk/_samples/output_for_flash.html	(revision 6357)
+++ CKEditor/trunk/_samples/output_for_flash.html	(revision 6358)
@@ -33,5 +33,5 @@
 	</head>
 <body onload="init()">
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Producing Flash Compliant HTML Output
 	</h1>
@@ -40,5 +40,5 @@
 		This sample shows how to configure CKEditor to output
 		HTML code that can be used with
-		<a href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000922.html">
+		<a class="samples" href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000922.html">
 		Adobe Flash</a>.
 		The code will contain a subset of standard HTML elements like <code>&lt;b&gt;</code>,
@@ -268,8 +268,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/output_html.html
===================================================================
--- CKEditor/trunk/_samples/output_html.html	(revision 6357)
+++ CKEditor/trunk/_samples/output_html.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Producing HTML Compliant Output
 	</h1>
@@ -23,5 +23,5 @@
 	<p>
 		This sample shows how to configure CKEditor to output valid
-		<a href="http://www.w3.org/TR/html401/">HTML 4.01</a> code.
+		<a class="samples" href="http://www.w3.org/TR/html401/">HTML 4.01</a> code.
 		Traditional HTML elements like <code>&lt;b&gt;</code>,
 		<code>&lt;i&gt;</code>, and <code>&lt;font&gt;</code> are used in place of
@@ -36,5 +36,5 @@
 		full definition:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		coreStyles_bold	: { element : 'b' },
@@ -280,8 +280,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/output_xhtml.html
===================================================================
--- CKEditor/trunk/_samples/output_xhtml.html	(revision 6357)
+++ CKEditor/trunk/_samples/output_xhtml.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Producing XHTML Compliant Output
 	</h1>
@@ -23,5 +23,5 @@
 	<p>
 		This sample shows how to configure CKEditor to output valid
-		<a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code.
+		<a class="samples" href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code.
 		Deprecated elements (<code>&lt;font&gt;</code>, <code>&lt;u&gt;</code>) or attributes
 		(<code>size</code>, <code>face</code>) will be replaced with XHTML compliant code.
@@ -35,5 +35,5 @@
 		full definition:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		contentsCss : 'assets/output_xhtml.css',
@@ -175,8 +175,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/php/advanced.php
===================================================================
--- CKEditor/trunk/_samples/php/advanced.php	(revision 6357)
+++ CKEditor/trunk/_samples/php/advanced.php	(revision 6358)
@@ -11,5 +11,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Setting Configuration Options
 	</h1>
@@ -18,7 +18,7 @@
 	</p>
 	<p>
-		To set configuration options, use the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html"><code>config</code></a> property. To set the attributes of a <code>&lt;textarea&gt;</code> element (which is displayed instead of CKEditor in unsupported browsers), use the <code>textareaAttributes</code> property.
+		To set configuration options, use the <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html"><code>config</code></a> property. To set the attributes of a <code>&lt;textarea&gt;</code> element (which is displayed instead of CKEditor in unsupported browsers), use the <code>textareaAttributes</code> property.
 	</p>
-	<pre>
+	<pre class="samples">
 &lt;?php
 // Include the CKEditor class.
@@ -110,8 +110,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/php/events.php
===================================================================
--- CKEditor/trunk/_samples/php/events.php	(revision 6357)
+++ CKEditor/trunk/_samples/php/events.php	(revision 6358)
@@ -11,5 +11,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Adding Event Handlers
 	</h1>
@@ -22,5 +22,5 @@
 		the full definition:
 	</p>
-	<pre>&lt;?php
+	<pre class="samples">&lt;?php
 // Include the CKEditor class.
 include("ckeditor/ckeditor.php");
@@ -143,8 +143,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/php/index.html
===================================================================
--- CKEditor/trunk/_samples/php/index.html	(revision 6357)
+++ CKEditor/trunk/_samples/php/index.html	(revision 6358)
@@ -11,25 +11,25 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Samples List for PHP
 	</h1>
-	<h2>
+	<h2 class="samples">
 		Basic Samples
 	</h2>
-	<ul>
-		<li><a href="replace.php">Replace existing textarea elements by code</a><br />
+	<ul class="samples">
+		<li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br />
 		Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li>
-		<li><a href="replaceAll.php">Replace all textarea elements by code</a><br />
+		<li><a class="samples" href="replaceAll.php">Replace all textarea elements by code</a><br />
 		Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li>
-		<li><a href="standalone.php">Create CKEditor instances in PHP</a><br />
+		<li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br />
 		Creating a CKEditor instance (no initial textarea element is required).</li>
 	</ul>
-	<h2>
+	<h2 class="samples">
 		Advanced Samples
 	</h2>
-	<ul>
-		<li><a href="advanced.php">Setting configuration options</a><br />
+	<ul class="samples">
+		<li><a class="samples" href="advanced.php">Setting configuration options</a><br />
 		Creating a CKEditor instance with custom configuration options.</li>
-		<li><a href="events.php">Listening to events</a><br />
+		<li><a class="samples" href="events.php">Listening to events</a><br />
 		Creating event handlers.
 		</li>
@@ -38,8 +38,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
 		</p>
 	</div>
Index: CKEditor/trunk/_samples/php/replace.php
===================================================================
--- CKEditor/trunk/_samples/php/replace.php	(revision 6357)
+++ CKEditor/trunk/_samples/php/replace.php	(revision 6358)
@@ -11,5 +11,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash;  Replace Selected Textarea Elements Using PHP Code
 	</h1>
@@ -23,5 +23,5 @@
 		after the <code>&lt;textarea&gt;</code> element:
 	</p>
-	<pre>
+	<pre class="samples">
 &lt;?php
 // Include the CKEditor class.
@@ -65,8 +65,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/php/replaceall.php
===================================================================
--- CKEditor/trunk/_samples/php/replaceall.php	(revision 6357)
+++ CKEditor/trunk/_samples/php/replaceall.php	(revision 6358)
@@ -11,5 +11,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Replace All Textarea Elements Using PHP Code
 	</h1>
@@ -23,5 +23,5 @@
 		after the last <code>&lt;textarea&gt;</code> element:
 	</p>
-	<pre>
+	<pre class="samples">
 &lt;?php
 // Include the CKEditor class.
@@ -66,8 +66,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/php/standalone.php
===================================================================
--- CKEditor/trunk/_samples/php/standalone.php	(revision 6357)
+++ CKEditor/trunk/_samples/php/standalone.php	(revision 6358)
@@ -11,5 +11,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Creating CKEditor Instances
 	</h1>
@@ -18,5 +18,5 @@
 		This sample shows how to create a CKEditor instance with PHP.
 	</p>
-	<pre>
+	<pre class="samples">
 &lt;?php
 include_once "ckeditor/ckeditor.php";
@@ -73,8 +73,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/placeholder.html
===================================================================
--- CKEditor/trunk/_samples/placeholder.html	(revision 6357)
+++ CKEditor/trunk/_samples/placeholder.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Using the Placeholder Plugin
 	</h1>
@@ -32,5 +32,5 @@
 		call to your code:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>extraPlugins : 'placeholder',</strong>
@@ -75,8 +75,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/replacebyclass.html
===================================================================
--- CKEditor/trunk/_samples/replacebyclass.html	(revision 6357)
+++ CKEditor/trunk/_samples/replacebyclass.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Replace Textarea Elements by Class Name
 	</h1>
@@ -29,5 +29,5 @@
 		class, as in the code below:
 	</p>
-	<pre>&lt;textarea <strong>class="ckeditor</strong>" name="editor1"&gt;&lt;/textarea&gt;</pre>
+	<pre class="samples">&lt;textarea <strong>class="ckeditor</strong>" name="editor1"&gt;&lt;/textarea&gt;</pre>
 	<p>
 		Note that other <code>&lt;textarea&gt;</code> attributes (like <code>id</code> or <code>name</code>) need to be adjusted to your document.
@@ -58,8 +58,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/replacebycode.html
===================================================================
--- CKEditor/trunk/_samples/replacebycode.html	(revision 6357)
+++ CKEditor/trunk/_samples/replacebycode.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Replace Textarea Elements Using JavaScript Code
 	</h1>
@@ -30,5 +30,5 @@
 		in the <code>&lt;head&gt;</code> section of the page, in a <code>window.onload</code> event handler:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>' );</pre>
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>' );</pre>
 	<p>
 		Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
@@ -91,8 +91,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/sample.css
===================================================================
--- CKEditor/trunk/_samples/sample.css	(revision 6357)
+++ CKEditor/trunk/_samples/sample.css	(revision 6358)
@@ -5,8 +5,5 @@
 
 html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
-	border: 0 none;
 	line-height: 1.5em;
-	margin: 0;
-	padding: 0;
 }
 
@@ -28,38 +25,25 @@
 }
 
-b, strong {
-	font-weight:bold;
+h1.samples {
+  color:#0782C1;
+  font-size:200%;
+  font-weight:normal;
+  margin: 0;
+  padding: 0;
 }
 
-i, cite, em, var, dfn, blockquote {
-	font-style:italic;
+h2.samples {
+  color:#000000;
+  font-size:130%;
+  margin: 0;
+  padding: 0;
 }
 
-p, ul, ol, blockquote, address, form, table, pre, dl, h1, h2, h3, h4, h5, h6 {
+p, blockquote, address, form, pre, dl, h1.samples, h2.samples {
 	margin-bottom:15px;
 }
 
-ul ul, ul ol, ol ul, ol ol {
-	margin-bottom:0;
-}
-
-ul {
-	list-style-type:disc;
-}
-
-ol {
-	list-style-type:decimal;
-}
-
-li {
-	margin-left:40px;
-}
-
-a {
-	text-decoration:none;
-}
-
-a:hover {
-	text-decoration:underline;
+ul.samples {
+	margin-bottom:15px;
 }
 
@@ -83,17 +67,11 @@
 }
 
-a {
+a.samples {
 	color:#189DE1;
+	text-decoration:none;
 }
 
-h1 {
-	color:#0782C1;
-	font-size:200%;
-	font-weight:normal;
-}
-
-h2 {
-	color:#000000;
-	font-size:130%;
+a.samples:hover {
+  text-decoration:underline;
 }
 
@@ -104,5 +82,5 @@
 }
 
-pre
+pre.samples
 {
 	background-color: #F7F7F7;
Index: CKEditor/trunk/_samples/sharedspaces.html
===================================================================
--- CKEditor/trunk/_samples/sharedspaces.html	(revision 6357)
+++ CKEditor/trunk/_samples/sharedspaces.html	(revision 6358)
@@ -29,5 +29,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Shared Toolbars
 	</h1>
@@ -41,5 +41,5 @@
 		CKEditor instances with shared spaces can be inserted with a JavaScript call using the following code:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>sharedSpaces :
@@ -96,8 +96,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/skins.html
===================================================================
--- CKEditor/trunk/_samples/skins.html	(revision 6357)
+++ CKEditor/trunk/_samples/skins.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; Skins
 	</h1>
@@ -23,10 +23,10 @@
 	<p>
 		This sample shows how to automatically replace <code>&lt;textarea&gt;</code> elements
-		with a CKEditor instance using a specific <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.skin">skin</a>.
+		with a CKEditor instance using a specific <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.skin">skin</a>.
 	</p>
 	<p>
 		CKEditor with a specified skin (in this case, the "Office 2003" skin) is inserted with a JavaScript call using the following code:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>skin : 'office2003'</strong>
@@ -49,5 +49,5 @@
 	</div>
 	<form action="sample_posteddata.php" method="post">
-	<h2>&quot;Kama&quot; skin</h2>
+	<h2 class="samples">&quot;Kama&quot; skin</h2>
 	<p>The default skin used in CKEditor. No additional configuration is required.</p>
 		<p>
@@ -64,7 +64,7 @@
 			</script>
 		</p>
-	<h2>&quot;Office 2003&quot; skin</h2>
+	<h2 class="samples">&quot;Office 2003&quot; skin</h2>
 	<p>Use the following code to configure a CKEditor instance to use the "Office 2003" skin.</p>
-<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>skin : 'office2003'</strong>
@@ -83,7 +83,7 @@
 			</script>
 		</p>
-		<h2>&quot;V2&quot; skin</h2>
+		<h2 class="samples">&quot;V2&quot; skin</h2>
 		<p>Use the following code to configure a CKEditor instance to use the "V2" skin.</p>
-<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>skin : 'v2'</strong>
@@ -104,8 +104,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/ui_color.html
===================================================================
--- CKEditor/trunk/_samples/ui_color.html	(revision 6357)
+++ CKEditor/trunk/_samples/ui_color.html	(revision 6358)
@@ -17,5 +17,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; UI Color Picker
 	</h1>
@@ -25,9 +25,9 @@
 		with a CKEditor instance with an option to change the color of its user interface.
 	</p>
-	<h2>Setting the User Interface Color</h2>
+	<h2 class="samples">Setting the User Interface Color</h2>
 	<p>
 	To specify the color of the user interface, set the <code>uiColor</code> property:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>uiColor: '#EE0000'</strong>
@@ -37,5 +37,5 @@
 		the <code>&lt;textarea&gt;</code> element to be replaced.
 	</p>
-	<h2>Enabling the Color Picker</h2>
+	<h2 class="samples">Enabling the Color Picker</h2>
 	<p>
 		If the <strong>uicolor</strong> plugin along with the dedicated <strong>UIColor</strong>
@@ -47,5 +47,5 @@
 		use the following JavaScript call:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		<strong>extraPlugins : 'uicolor',</strong>
@@ -123,8 +123,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
Index: CKEditor/trunk/_samples/ui_languages.html
===================================================================
--- CKEditor/trunk/_samples/ui_languages.html	(revision 6357)
+++ CKEditor/trunk/_samples/ui_languages.html	(revision 6358)
@@ -19,5 +19,5 @@
 </head>
 <body>
-	<h1>
+	<h1 class="samples">
 		CKEditor Sample &mdash; User Interface Languages
 	</h1>
@@ -34,6 +34,6 @@
 	By default, CKEditor automatically localizes the editor to the language of the user.
 	The UI language can be controlled with two configuration options:
-	<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.language">
-	<code>language</code></a> and <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.defaultLanguage">
+	<a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.language">
+	<code>language</code></a> and <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.defaultLanguage">
 	<code>defaultLanguage</code></a>. The <code>defaultLanguage</code> setting specifies the
 	default CKEditor language to be used when a localization suitable for user's settings is not available.
@@ -43,5 +43,5 @@
 	specified in user's browser or operating system, set the <code>language</code> property:
 	</p>
-	<pre>CKEDITOR.replace( '<em>textarea_id</em>',
+	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
 	{
 		// Load the German interface.
@@ -129,8 +129,8 @@
 		<hr />
 		<p>
-			CKEditor - The text editor for the Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
+			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
 		</p>
 		<p id="copy">
-			Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico
+			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
 			Knabben. All rights reserved.
 		</p>
