Home | History | Annotate | Download | only in table
      1 /* Font definitions */
      2 html         { font-family: 'Segoe UI','Verdana','Helvetica',sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
      3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
      4 pre          { font-family: monospace; }
      5 
      6 /* Margins */
      7 body	     { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
      8 div		     { margin: 0px; }
      9 h1           { margin-top: 0.3em; margin-bottom: 0.04em; }
     10 h2           { margin-top: 2em; margin-bottom: 0.25em; }
     11 h3           { margin-top: 1.7em; margin-bottom: 0.25em; }
     12 h4           { margin-top: 2em; margin-bottom: 0.3em; }
     13 h5           { margin-top: 0px; margin-bottom: 0px; }
     14 p            { margin-top: 0em; margin-bottom: 0em; }
     15 pre          { margin-left: 0.6em; }
     16 ul	         { margin-top: 0px; margin-bottom: 1em; }
     17 li	         { margin-top: 0px; margin-bottom: 0px; }
     18 li p	     { margin-top: 0px; margin-bottom: 0px; }
     19 ol	         { margin-top: 0px; margin-bottom: 1em; }
     20 dl	         { margin-top: 0px; margin-bottom: 1em; }
     21 dt	         { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
     22 dd	         { margin-top: 0px; margin-bottom: 0px; }
     23 
     24 /* Styles and colors */
     25 a:link	     { color: #0000FF; }
     26 a:hover	     { color: #000080; }
     27 a:visited    { text-decoration: underline; }
     28 a.header:link    { text-decoration: none; color: InfoText }
     29 a.header:visited { text-decoration: none; color: InfoText }
     30 a.header:hover   { text-decoration: underline; color: #000080; }
     31 h4           { font-style: italic; }
     32 strong	     { font-weight: bold; }
     33 em	         { font-style: italic; }
     34 var	         { font-style: italic; }
     35 th	         { font-weight: bold; }
     36