home *** CD-ROM | disk | FTP | other *** search
/ Beweegwijzer / beweegwijzer.iso / setup / _SETUP.1 / rapport.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-04-26  |  868 b   |  55 lines

  1. H1 {
  2.   font-family : Arial;
  3.   font-size : 15pt;
  4.   font-weight:bold;
  5.   font-style:italic;
  6.   color:#990000;
  7.   margin-top:0px;
  8.   margin-bottom:10px;
  9.   }
  10.  
  11. H2 {
  12.   font-family : Arial;
  13.   font-size : 12pt;
  14.   font-weight:bold;
  15.   color:#003366;
  16.   margin-top:16px;
  17.   margin-bottom:4px;
  18.   }
  19.  
  20. H3 {
  21.   font-family : Arial;
  22.   font-size : 11pt;
  23.   font-weight:bold;
  24.   color:#003366;
  25.   margin-top:12px;
  26.   margin-bottom:4px;
  27.   }
  28.   
  29. TD {
  30.   padding:2px;
  31.   border: 1px #cccccc solid;
  32.   font-family : Arial;
  33.   font-size : 8pt;
  34.   }
  35.   
  36. TD.noborder {
  37.   padding:0px;
  38.   border: 0px #cccccc none;
  39.   font-family : Arial;
  40.   font-size : 8pt;
  41.   }
  42.   
  43. TH {
  44.   padding:2px;
  45.   border: 1px #999999 solid;
  46.   background-color : #ffeedd;
  47.   vertical-align : top;
  48.   font-family : Arial;
  49.   font-weight : bold;
  50.   font-size : 8pt;
  51.   }
  52.  
  53. #tijd {
  54.   width:16pt;
  55.   }