home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / CHIPHEFT102001.ISO / pda / wince / left.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-03-03  |  506 b   |  38 lines

  1.  
  2.  
  3. A {
  4.     text-decoration: none;
  5.     color: #555555;
  6.     background-color : transparent;
  7. }
  8.  
  9. A:Hover {
  10.     color: White;
  11.     background-color : Black;
  12. }
  13.  
  14. H1,H2,H3 {
  15.     font-family : Verdana, Arial, Helvetica, sans-serif;
  16.     font-size : 12pt;
  17.     font-weight : bold;
  18.     margin-bottom : 0pt;
  19.     margin-top : 0%;
  20. }
  21.  
  22. H1{
  23.     margin-top : 7%;
  24.     margin-bottom : 2pt;
  25.     font-size : 12pt;
  26. }
  27.  
  28. H2,H3{
  29.     font-size : 9pt;
  30. }
  31.  
  32.  
  33. TD {
  34.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  35.     font-size : 8pt;
  36. }
  37.  
  38.