diff --git a/HTML/style-old.css b/HTML/style-old.css
--- a/HTML/style-old.css
+++ b/HTML/style-old.css
@@ -12,7 +12,8 @@
 h2 { margin-top: 30px; color: #444; }
 h3 { margin-top: 30px; color: #222; }
 h4 { margin-top: 40px; color: #111; }
-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/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/deepseq-bounded.cabal b/deepseq-bounded.cabal
--- a/deepseq-bounded.cabal
+++ b/deepseq-bounded.cabal
@@ -1,6 +1,6 @@
 
 name:		deepseq-bounded
-version:        0.5.0
+version:        0.5.1
 synopsis:       Bounded deepseq, including support for generic deriving
 homepage:       http://fremissant.net/deepseq-bounded
 --homepage:       https://fremissant.com/deepseq-bounded
@@ -22,7 +22,7 @@
     This package provides methods for partially (or fully) evaluating data
     structures (\"bounded deep evaluation\").
     .
-    More information is available on the project <http://www.fremissant.net/deepseq-bounded homepage>.
+    More information is available on the project <http://www.fremissant.net/deepseq-bounded homepage>. There may be activity on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion, where your comments are invited.
     .
     Quoting comments from the
     <https://hackage.haskell.org/package/deepseq deepseq> package:
