chm.css 254 B

12345678
  1. /* Stylesheet for a Windows .CHM help file */
  2. body { font-size: 75%; font-family: Verdana, Arial, Helvetica, Sans-Serif; }
  3. h1 { font-weight: bold; font-size: 150%; }
  4. h2 { font-weight: bold; font-size: 130%; }
  5. h3 { font-weight: bold; font-size: 120%; }