Index: /CKEditor.NET/trunk/CHANGES.html
===================================================================
--- /CKEditor.NET/trunk/CHANGES.html	(revision 6725)
+++ /CKEditor.NET/trunk/CHANGES.html	(revision 6726)
@@ -6,5 +6,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>Changelog &mdash; CKEditor.NET</title>
+	<title>Changelog &mdash; CKEditor for ASP.NET</title>
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<style type="text/css">
@@ -42,4 +42,9 @@
 }
 
+pre, code, kbd, samp, tt {
+    font-family: monospace,monospace;
+    font-size: 1em;
+}
+
 #footer hr {
 	margin: 10px 0 15px 0;
@@ -62,22 +67,22 @@
 <body>
 	<h1>
-		CKEditor.NET Control Changelog
+		CKEditor for ASP.NET Changelog
 	</h1>
 	<h2>
-		CKEditor.NET 3.5.3 (SVN)
+		CKEditor for ASP.NET 3.5.3 (SVN)
 	</h2>
 	<p>
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.ckeditor.com/ticket/7283">#7283</a> : Entered text is not HTML encoded.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7283">#7283</a> : Text entered in the editor is not HTML-encoded.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7285">#7285</a> : Certain configuration options are not properly escaped.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7558">#7558</a> : Custom toolbar does not work.</li>		
-		<li><a href="http://dev.ckeditor.com/ticket/7302">#7302</a> : It was impossible to customise the editor inside masterpage and if attributes were placed in front of the Control ID.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7302">#7302</a> : It is impossible to customize the editor inside a master page and if attributes are placed in front of the control ID.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7590">#7590</a> : Error in Visual Studio when trying to reset values in the Properties window.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7292">#7292</a> : Error: &quot;e is null&quot; when CKEditor is running inside of MultiView control.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7328">#7328</a> : Use HttpUtility.HtmlDecode to decode entities.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7292">#7292</a> : Error: &quot;e is null&quot; when CKEditor is running inside the MultiView control.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7328">#7328</a> : Use <code>HttpUtility.HtmlDecode</code> to decode entities.</li>
 	</ul>
 	<h2>
-		CKEditor.NET 3.5.2
+		CKEditor for ASP.NET 3.5.2
 	</h2>
 	<p>
@@ -87,5 +92,5 @@
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.ckeditor.com/ticket/7276">#7276</a> : CKEditor.NET does not work in medium trust.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7276">#7276</a> : CKEditor for ASP.NET does not work in medium trust.</li>
 	</ul>
 	<div id="footer">
Index: /CKEditor.NET/trunk/INSTALL.html
===================================================================
--- /CKEditor.NET/trunk/INSTALL.html	(revision 6725)
+++ /CKEditor.NET/trunk/INSTALL.html	(revision 6726)
@@ -6,5 +6,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>Installation Guide &mdash; CKEditor.NET</title>
+	<title>Installation Guide &mdash; CKEditor for ASP.NET</title>
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<style type="text/css">
@@ -82,5 +82,5 @@
 <body>
 	<h1>
-		CKEditor.NET Installation Guide</h1>
+		CKEditor for ASP.NET Installation Guide</h1>
 	<h3>
 		What Is CKEditor?</h3>
@@ -92,5 +92,5 @@
 	</p>
 	<h3>
-		Integrating CKEditor.NET with Your Page
+		Integrating CKEditor for ASP.NET with Your Page
 	</h3>
 	<p>
@@ -101,5 +101,5 @@
 			Go to the official <a href="http://ckeditor.com/download">CKEditor download site</a>
 		 	and download the latest versions of both <strong>CKEditor 3.x</strong> and the 
-		 	<strong>CKEditor.NET Control</strong>. 
+		 	<strong>CKEditor for ASP.NET Control</strong>. 
 		</li>
 		<li>
@@ -107,7 +107,7 @@
 		</li>
 		<li>
-			Add a reference to the CKEditor.NET Control to your website.<br />
+			Add a reference to the CKEditor for ASP.NET Control to your website.<br />
 			In Visual Studio use the <strong>Add Reference</strong> command and browse to
-			the <code>bin\Release\CKEditor.NET.dll</code> file from the unpacked CKEditor.NET
+			the <code>bin\Release\CKEditor.NET.dll</code> file from the unpacked CKEditor for ASP.NET
 			installation package. You can also manually copy the DLL file to the <code>bin</code>
 			folder of your application.
@@ -118,5 +118,5 @@
 		</li>
 		<li>
-			Register the CKEditor.NET Control in your page:
+			Register the CKEditor for ASP.NET Control in your page:
 <pre>&lt;%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %&gt;</pre>
 		</li>
@@ -131,8 +131,8 @@
 	</ol>
 	<h3>
-		CKEditor.NET Samples
+		CKEditor for ASP.NET Samples
 	</h3>
 	<p>
-		The CKEditor.NET installation package comes with a few sample pages that can be used to try out
+		The CKEditor for ASP.NET installation package comes with a few sample pages that can be used to try out
 		the ASP.NET control. In order to view the working samples in your browser, proceed as follows (all
 		instructions refer to Windows 7 and IIS):	 
@@ -140,5 +140,5 @@
 	<ol>
 		<li>
-			Unpack the <code>_samples</code> folder of the CKEditor.NET Control installation
+			Unpack the <code>_samples</code> folder of the CKEditor for ASP.NET Control installation
 			package to <code>C:\inetpub\wwwroot</code>.<br />
 			If you do not have this folder in your system, you need to install Internet
@@ -159,5 +159,5 @@
 		<li>
 			The application will open in your default Internet browser. You can now browse the samples to see
-			the CKEditor.NET Control at work.
+			the CKEditor for ASP.NET Control at work.
 		</li>
 	</ol>
@@ -166,5 +166,5 @@
 	</h3>
 	<p>
-		The full CKEditor.NET Control documentation is available online under the following address:<br />
+		The full CKEditor for ASP.NET Control documentation is available online under the following address:<br />
 		<a href="http://docs.cksource.com/CKEditor.NET">http://docs.cksource.com/CKEditor.NET</a>
 	</p>
Index: /CKEditor.NET/trunk/LICENSE.html
===================================================================
--- /CKEditor.NET/trunk/LICENSE.html	(revision 6725)
+++ /CKEditor.NET/trunk/LICENSE.html	(revision 6726)
@@ -1273,5 +1273,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>License &mdash; CKEditor.NET</title>
+	<title>License &mdash; CKEditor for ASP.NET</title>
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<style type="text/css">
@@ -1362,5 +1362,5 @@
 	</h2>
 	<p>
-		CKEditor and CKEditor.NET are trademarks of CKSource - Frederico Knabben. All other brand and product
+		CKEditor and CKEditor for ASP.NET are trademarks of CKSource - Frederico Knabben. All other brand and product
 		names are trademarks, registered trademarks, or service marks of their respective
 		holders.
Index: /CKEditor.NET/trunk/_Samples/AttachEvents.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/AttachEvents.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/AttachEvents.aspx	(revision 6726)
@@ -16,5 +16,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>Attaching Events &mdash; CKEditor.NET Sample</title>
+	<title>Attaching Events &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -22,5 +22,5 @@
 	<form id="form1" runat="server">
 		<h1 class="samples">
-			CKEditor.NET Sample &mdash; Attaching Events
+			CKEditor for ASP.NET Sample &mdash; Attaching Events
 		</h1>
 		<div class="description">
Index: /CKEditor.NET/trunk/_Samples/Default.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/Default.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/Default.aspx	(revision 6726)
@@ -16,5 +16,5 @@
 	<div>
 		<h1 class="samples">
-			CKEditor.NET Samples Site
+			CKEditor for ASP.NET Samples Site
 		</h1>
 		<h2 class="samples">
@@ -24,5 +24,5 @@
 			<li>
 				<asp:LinkButton ID="LinkButton1" CssClass="samples" runat="server" PostBackUrl="~/FirstUse.aspx">First use</asp:LinkButton><br />
-				Using CKEditor ASP.NET Control on your website.
+				Using CKEditor for ASP.NET Control on your website.
 			</li>
 			<li>
Index: /CKEditor.NET/trunk/_Samples/FirstUse.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/FirstUse.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/FirstUse.aspx	(revision 6726)
@@ -9,5 +9,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>First Use &mdash; CKEditor.NET Sample</title>
+	<title>First Use &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -15,9 +15,9 @@
 	<form id="form1" runat="server">
 	<h1 class="samples">
-		CKEditor.NET Sample &mdash; Adding CKEditor ASP.NET Control to a Page
+		CKEditor for ASP.NET Sample &mdash; Adding the CKEditor for ASP.NET Control to a Page
 	</h1>
 	<div class="description">
 	<p>
-		If you want use the CKEditor ASP.NET Control, you must add references to the project and
+		If you want use the CKEditor for ASP.NET Control, you must add references to the project and
 		register the control.<br />
 		If you only intend to use the control on a single page, you can add a <code>Register</code>
@@ -31,5 +31,5 @@
 	<pre class="samples"><span style="color: #0000ff">&lt;</span><span style="color: #a52a2a">add </span><span style="color: #ff0000">tagPrefix</span><span style="color: #0000ff">=&quot;CKEditor&quot;</span><span style="color: #ff0000"> assembly</span><span style="color: #0000ff">=&quot;CKEditor.NET&quot;</span><span style="color: #ff0000"> namespace</span><span style="color: #0000ff">=&quot;CKEditor.NET&quot;/&gt;</span></pre>
 	<p>
-		To insert the CKEditor ASP.NET Control into a web page, use the following code:
+		To insert the CKEditor for ASP.NET Control into a web page, use the following code:
 	</p>
 	<pre class="samples"><span style="color: #0000ff">&lt;</span><span style="color: #a52a2a">CKEditor</span><span style="color: #0000ff">:</span><span style="color: #a52a2a">CKEditorControl </span><span style="color: #ff0000">ID</span><span style="color: #0000ff">=&quot;CKEditor1&quot; </span><span style="color: #ff0000">runat</span><span style="color: #0000ff">=&quot;server&quot;&gt;&lt;/</span><span style="color: #a52a2a">CKEditor</span><span style="color: #0000ff">:</span><span style="color: #a52a2a">CKEditorControl</span><span style="color: #0000ff">&gt;</span></pre>
Index: /CKEditor.NET/trunk/_Samples/SampleConfig.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/SampleConfig.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/SampleConfig.aspx	(revision 6726)
@@ -17,5 +17,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>CKEditor Configuration &mdash; CKEditor.NET Sample</title>
+	<title>CKEditor Configuration &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -23,5 +23,5 @@
 	<form id="form1" runat="server">
 		<h1 class="samples">
-			CKEditor.NET Sample &mdash; Configuration
+			CKEditor for ASP.NET Sample &mdash; Configuration
 		</h1>
 		<div class="description">
Index: /CKEditor.NET/trunk/_Samples/SharedSpaces.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/SharedSpaces.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/SharedSpaces.aspx	(revision 6726)
@@ -9,5 +9,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>Shared Toolbars &mdash; CKEditor.NET Sample</title>
+	<title>Shared Toolbars &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -15,9 +15,9 @@
 <form id="form1" style="height:600px;" runat="server">
 	<h1 class="samples">
-		CKEditor.NET Sample &mdash; Shared Toolbars 
+		CKEditor for ASP.NET Sample &mdash; Shared Toolbars 
 	</h1>
 	<div class="description">
 	<p>
-		This sample shows how to configure multiple CKEditor.NET instances to share some parts of the interface. You can choose to share the toolbar, the elements path, or both.
+		This sample shows how to configure multiple CKEditor for ASP.NET instances to share some parts of the interface. You can choose to share the toolbar, the elements path, or both.
 	</p>
 <pre class="samples"><span style="color: #0000ff">&lt;</span><span style="color: #a52a2a">CKEditor</span><span style="color: #0000ff">:</span><span style="color: #a52a2a">CKEditorControl </span><span style="color: #ff0000">ID</span><span style="color: #0000ff">=&quot;CKEditor1&quot; </span><span style="color: #ff0000">SharedSpacesTop</span><span style="color: #0000ff">=&quot;divTopShared&quot; </span><span style="color: #ff0000">SharedSpacesBottom</span><span style="color: #0000ff">=&quot;divBottomShared&quot; </span><span style="color: #ff0000">runat</span><span style="color: #0000ff">=&quot;server&quot;&gt;&lt;/</span><span style="color: #a52a2a">CKEditor</span><span style="color: #0000ff">:</span><span style="color: #a52a2a">CKEditorControl</span><span style="color: #0000ff">&gt;</span>
Index: /CKEditor.NET/trunk/_Samples/SubmitData.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/SubmitData.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/SubmitData.aspx	(revision 6726)
@@ -15,5 +15,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>Data Submission &mdash; CKEditor.NET Sample</title>
+	<title>Data Submission &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -21,5 +21,5 @@
 	<form id="form1" runat="server">
 	<h1 class="samples">
-		CKEditor.NET Sample &mdash; Data Submission
+		CKEditor for ASP.NET Sample &mdash; Data Submission
 	</h1>
 	<div class="description">
Index: /CKEditor.NET/trunk/_Samples/ToolbarDefine.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/ToolbarDefine.aspx	(revision 6725)
+++ /CKEditor.NET/trunk/_Samples/ToolbarDefine.aspx	(revision 6726)
@@ -37,5 +37,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
-	<title>Custom Toolbar Definition &mdash; CKEditor.NET Sample</title>
+	<title>Custom Toolbar Definition &mdash; CKEditor for ASP.NET Sample</title>
 	<link href="sample.css" rel="stylesheet" type="text/css" />
 </head>
@@ -43,5 +43,5 @@
 	<form id="form1" runat="server">
 	<h1 class="samples">
-		CKEditor.NET Sample &mdash; Defining a Custom CKEditor Toolbar
+		CKEditor for ASP.NET Sample &mdash; Defining a Custom CKEditor Toolbar
 	</h1>
 	<div class="description">
