article/page title text is smaller, heading uppercase text also is smaller
diff --git a/templates/index.html b/templates/index.html
index 670d4b1..50c1296 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,7 +3,7 @@
 {% for article in articles_page.object_list %}
 <article>
   <div id="article_title">
-    <h2><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title }}</a></h2>
+    <h3><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark">{{ article.title }}</a></h3>
   </div>
   <div id="article_text">
     {{ article.summary }}