Copy in the stylesheet after latex2html is done.
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh
index 792f661..373430d 100755
--- a/Doc/tools/mkhowto.sh
+++ b/Doc/tools/mkhowto.sh
@@ -84,6 +84,7 @@
      -init_file $L2H_INIT_FILE \
      -init_file $L2H_AUX_INIT_FILE \
      -dir $BUILDDIR $TEXFILE || exit $?
+    cp $TOPDIR/html/style.css $BUILDDIR/$1.css
     if [ "$MAX_SPLIT_DEPTH" -ne 1 ] ; then
 	(cd $BUILDDIR; $MYDIR/node2label.pl *.html) || exit $?
     fi