/*
 * file: mst4.css
 *
 * general style technical documentation (Erland Muller, Aug. 2004)
 *
 * include following lines into your html document:

   <link rel="stylesheet" type="text/css" 
         href="http://desyntwww.desy.de/~erlandm/mst4.css">
 
 *
 */


h1, address       { text-align: center }

p.abstract        { font-style: italic; font-weight: bold;
                    margin-left: 7%; margin-right: 7% }
p.refs            { text-indent: -7%; margin-left: 7% }
p.p1              { text-indent: -1em; margin-left:  1em}
p.p2              { text-indent: -1em; margin-left:  2em}
p.navig           { text-align: right }

a.navig           { text-align: right }   /* obsolete */

ul.contents       { list-style-type: none }

span.ins, div.ins { font-style: italic; color: green }

span.del          { text-decoration: line-through }

dt                { font-weight: bold; 
                    margin-top: 1em }

table             { margin-left: auto;
                    margin-right: auto;
                    padding: 0.5em; }


