diff --git a/HTML/style.css b/HTML/style.css
--- a/HTML/style.css
+++ b/HTML/style.css
@@ -15,7 +15,8 @@
 h2 { margin-top: 30px; color: #777; }
 h3 { margin-top: 30px; color: #444; }
 h4 { margin-top: 40px; color: #222; }
-div.footer { font-size: 12pt; margin-top: 30px; }
+div.footer { font-family: sans; font-size: 70%; margin-top: 40px; }
+div.footer > tt { font-size: 90%; }
 /*
 table.table { text-align: top; vertical-align: top; }
 table.table > tr { text-align: top; vertical-align: top; }
diff --git a/HTML/style2.css b/HTML/style2.css
--- a/HTML/style2.css
+++ b/HTML/style2.css
@@ -15,7 +15,8 @@
 h2 { margin-top: 30px; color: #777; }
 h3 { margin-top: 30px; color: #444; }
 h4 { margin-top: 40px; color: #222; }
-div.footer { font-size: 12pt; margin-top: 30px; }
+div.footer { font-family: sans; font-size: 80%; margin-top: 40px; }
+div.footer > tt { font-size: 90%; }
 /*
 table.table { text-align: top; vertical-align: top; }
 table.table > tr { text-align: top; vertical-align: top; }
diff --git a/README b/README
--- a/README
+++ b/README
@@ -85,10 +85,12 @@
   The other project inseparable from this is <deepseq-bounded>.
 
   More specific information resides in
-   - the <seqaid>, <leaky> and <deepseq-bounded> homepages
+   - this document, and links from it:
+       http://www.fremissant.net/deepseq-bounded-seqaid-leaky
+   - reddit thread(s): http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/
    - the Haddock API docs for <seqaid> and <deepseq-bounded>
-   - haskell-cafe thread(s): <>
-   - reddit thread(s): <>
+   - haskell.org mailing list thread(s), for instance:
+       http://web.archiveorange.com/archive/v/nDNOvlhf3EjknkvBbCya
 
   And to a lesser extent, sporadic bits of information can also
   be found in files in the source distribution
diff --git a/seqaid.cabal b/seqaid.cabal
--- a/seqaid.cabal
+++ b/seqaid.cabal
@@ -1,10 +1,12 @@
 
 name:                seqaid
-version:             0.1.1
+version:             0.1.2
 synopsis:            Dynamic strictness control, including space leak repair
 description:         Seqaid is a GHC plugin for non-invasive auto-instrumentation of dynamic strictness (and parallelism) control, shortly to include optimisation for automated space leak relief using minimal strictification. [The optimiser is still in development however.]
                      .
                      Refer to the seqaid <http://www.fremissant.net/seqaid homepage> for more information.
+                     .
+                     Please share your comments on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion.
 homepage:            http://www.fremissant.net/seqaid
 license:             BSD3
 license-file:        LICENSE
