| next | toppreviousStyle Sheets


CSS is easy ...

    <style>
        body { 
             margin-left: 20pt;
             margin_right: 20pt;
             font-familiy: Verdana
             font-size: 12pt
         }
 
        h1 { font-size: 150% }
    </style>

But not extensible ...


HP Dave Raggett