/*  Style-Sheet                                      */
/*  Project:   DNA helix analysis and bending        */
/*  03 Oct 1998, Peter Slickers, IMB Jena, Germany   */


/*  body {
         background: white;
         color: black;
     } */

HR   {
         border-style:solid; 
         border-color:red
     }

table   {
         border-style:solid; 
	 border-width:0px;
         border-color:red;
     }


h1, h2, h3, h4 
   { /* color specification only neccessary if 
        colors are intended to be different from body */
     /* color: black; 
        background-color: white; */

     /* oblique ~= italic */
     /* I do not want italic! (PS) */
     /* font-style: oblique;  does not work with NetScape 4.07 */
     font-family: Helvetica,Ariel,Switzerland,'Swiss 721',
                  Futura,Univers,sans-serif
   }


/* Like LaTeX */
h1 { font-size: 144% }
h2 { font-size: 120% }
h3 { font-size: 100% }
h4 { font-size: 100% }


div.header-like {
     /* font-style: oblique;  does not work with NetScape 4.07 */
     font-family: Helvetica,Ariel,Switzerland,'Swiss 721',
                  Futura,Univers,sans-serif;
     font-size: 108%
                }
