}
 
 h1 {
-    font: normal normal bold 2em Arial, sans-serif;
+    font: normal normal bold 1.75em Arial, sans-serif;
     color: #2F4110;
-    margin: 0.5em 0 0 0;
+    margin: 1em 0 0 0;
 }
 
 h2 {
 /* ======================== */
 /* = Alphabetic book list = */
 /* ======================== */
-#book-a-list ol {
+#book-a-list #book-list ol {
     padding: 0;
     margin: 0.3em 0 1.2em 0;
     list-style: none;
 
 {% extends "base.html" %}
 
 {% block body %}
+    <h1>Zaloguj / Zarejestruj</h1>
+    
     <form method="POST" action="." class="cuteform">
     <ol>
         {{ form.as_ul }}
 
 
 {% block bodyid %}book-a-list{% endblock %}
 
+{% block title %}Alfabetyczny spis utworów w WolneLektury.pl{% endblock %}
+
 {% block extrahead %}
     <script type="text/javascript" charset="utf-8">
         $(function() {
 {% block body %}
     <h1>Alfabetyczny spis utworów</h1>
     <form action="." method="GET" accept-charset="utf-8" id="search-form">
-        <p>{{ form.q }} <input type="submit" value="Szukaj" /></p>
+        <ol>
+            <li class="book-title">Alfabetyczny spis utworów | <a href="{% url main_page %}">x</a></li>
+            <li>{{ form.q }} <input type="submit" value="Szukaj" /></li>
+        </ol>
     </form>
     
     <div id="book-list">