<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Liberation Serif">I wanted to find out what people think
      of the idea of using a style sheet for the 1.5.0 online manual.<br>
      This would allow users to edit this style of the help browser
      contents to their liking.<br>
      <br>
      I've been playing around a bit, and I think a single CSS file in
      the doc/en (and other languages) directory would suffice.<br>
      What I've been playing with looks something like this:<br>
      <br>
      <style type="text/css"><br>
      h2 {font-family: sans-serif; font-size: 120%}<br>
      h3 {font-family: sans-serif; font-size: 110%}<br>
      h4 {font-family: sans-serif; font-size: 100%}<br>
      <br>
      p {font-family: sans-serif; font-size: 80%}<br>
      li {font-family: sans-serif; font-size: 85%}<br>
      </style><br>
      <br>
      <br>
      Greg<br>
    </font>
  </body>
</html>