home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Test / pdfmachine / pdfMachine.exe / bgshelp.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-05  |  1.1 KB  |  74 lines

  1.  
  2.  a {
  3.  color: #DE0018;
  4.  }
  5.  A.menulink {
  6.  display: block;
  7.  width: 110px;
  8.  text-align: center;
  9.  text-decoration: none;
  10.  font-family:Arial;
  11.  font-size:16px;
  12.  font-weight: bold; 
  13.  color: white;
  14.  border: solid 1px #999999;
  15.  background-color: #DE0018;
  16.  padding-top: 20px;
  17.  padding-bottom: 20px;
  18.  }
  19.  
  20.  .menuSpan {
  21.  width: auto;
  22.  text-align: center;
  23.  font-size:11pt;
  24.  font-weight: bold;  
  25.  }
  26.  
  27.  a:hover.menulink {
  28.  border: solid 1px black;
  29.  color: black;
  30.  background-color:white;
  31.  }
  32.  
  33.  P {
  34.  font-family:Verdana;
  35.  font-size: 10pt;
  36.  text-align: justify;
  37.  width: 800px;
  38.  }
  39.  P.footer {
  40.  font-size: 8pt;
  41.  }
  42.  
  43.  H1 {
  44.  color: black;
  45.  font-family:Verdana;
  46.  font-size: 12pt;
  47.  text-align: left;
  48.  width: 800px;
  49.  }
  50.  
  51.  H2 {
  52.  color: black;
  53.  font-family:Verdana;
  54.  font-size: 10pt;
  55.  font-weight: bold; 
  56.  text-align: left;
  57.  width: 800px;
  58.  }
  59.  H3 {
  60.  color: black;
  61.  font-family:Verdana;
  62.  font-size: 10pt;
  63.  font-weight: bold; 
  64.  text-align: left;
  65.  width: 800px;
  66.  }
  67.  
  68.  TD {
  69.  font-family:Verdana;
  70.  font-size: 10pt;
  71.  text-align: justify;
  72.  vertical-align: top;
  73.  }
  74.