change from using trademark (TM) to registered (R)
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index ccd2b27..3557b10 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -2,16 +2,16 @@
 <html lang="en">
 
 <!--
-     
+
      Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements.  See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
      The ASF licenses this file to You under the Apache License, Version 2.0
      (the "License"); you may not use this file except in compliance with
      the License.  You may obtain a copy of the License at
-     
+
      http://www.apache.org/licenses/LICENSE- 2.0
-     
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -29,17 +29,17 @@
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/pygments-github.css" rel="stylesheet">
-    
+
     <link href="/css/site.css" rel="stylesheet">
-    
+
     {% if headers.atom %}
         <link rel="alternate" href="{{ headers.atom.url }}" type="application/atom+xml" title="{{ headers.atom.title }}" />
     {% endif %}
-    
+
     {% if headers.base %}
         <base href="{{ headers.base }}" />
-    {% endif %} 
-    
+    {% endif %}
+
     {% if headers.notice %}
         <!-- {{ headers.notice }} -->
     {% endif %}
@@ -59,22 +59,22 @@
         </div>
       </div>
     </nav>
-    
+
     <div class="container">
-        
+
         <div class="row row-offcanvas row-offcanvas-left">
             <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
-                
+
                 <ul class="sidebar">
                     <li class="sidebar-header">Apache PDFBox</li>
                     <li><a href="/index.html">Overview</a></li>
                     <li><a href="/download.cgi">Downloads</a></li>
-                    
+
                     <li class="sidebar-header">Community</li>
                     <li><a href="/support.html">Support</a></li>
                     <li><a href="/mailinglists.html">Mailing Lists</a></li>
                     <li><a href="/team.html">Project Team</a></li>
-                    
+
                     <li class="sidebar-header">Documentation</li>
                     <li class="sidebar-node" id="v2-0">
                         <a href="#">2.0</a>
@@ -116,11 +116,11 @@
                             <li><a href="/1.8/faq.html">FAQ</a></li>
                         </ul>
                     </li>
-                    
+
                     <li class="sidebar-header">Development</li>
                     <li><a href="/building.html">Building from Source</a></li>
                     <li><a href="/codingconventions.html">Coding Conventions</a></li>
-                    <li><a href="/siteupdate.html">Update the Website</a></li>  
+                    <li><a href="/siteupdate.html">Update the Website</a></li>
                     <li><a href="https://builds.apache.org/view/All/job/PDFBox-trunk/">Jenkins</a></li>
                     <li><a href="https://travis-ci.org/apache/pdfbox">Travis CI</a></li>
                     <li><a href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor">SonarQube</a></li>
@@ -147,7 +147,7 @@
                     <!-- nothing in here on purpose -->
                 </div>
                 <div class="span9">
-                    <p>Copyright © 2009&ndash;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <p>Copyright © 2009&ndash;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
                         <br/>Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.</p>
                 </div>
             </div>
@@ -158,17 +158,17 @@
     <script src="//code.jquery.com/jquery-latest.js"></script>
     <script src="/bootstrap/js/bootstrap.min.js"></script>
     <script type="text/javascript">
-        
+
         $(document).ready(function () {
                 $('[data-toggle="offcanvas"]').click(function () {
                 $('.row-offcanvas').toggleClass('active')
             });
         });
-        
+
         $(function() {
             // collapse tree nodes dynamically to support noscript
             $('.sidebar-node').addClass('collapsed');
-            
+
 
             // toggle expand/collapse
             $('.sidebar-node > a').click(function(e) {
diff --git a/content/css/site.css b/content/css/site.css
index 78007c5..0e9ad49 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -21,6 +21,11 @@
  *  format used to add content, doesn't allow to classes to the elements
  */
 
+body {
+    font-size: 15px;
+    line-height: 1.5;
+}
+
 body > .container {
   min-width: 750px;
   max-width: none !important;
diff --git a/content/index.md b/content/index.md
index 80bb662..51ff6a7 100644
--- a/content/index.md
+++ b/content/index.md
@@ -19,9 +19,9 @@
 layout:  default
 title:   A Java PDF Library
 ---
-# Apache PDFBox - A Java PDF Library
+# Apache PDFBox<sup>&reg;</sup> - A Java PDF Library
 
-<p class="lead">The Apache PDFBox™ library is an open source Java tool for working with
+<p class="lead">The Apache PDFBox<sup>&reg;</sup> library is an open source Java tool for working with
     PDF documents. This project allows creation of new PDF documents, manipulation of existing
     documents and the ability to extract content from documents.