home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / firmy / Suma / css / NAV.CSS < prev   
Cascading Style Sheet File  |  2001-04-22  |  780b  |  33 lines

  1. A:link      { text-decoration: none; color: black; }
  2. a:visited    { text-decoration: none; color: #808080 }
  3. a:hover      { background-color: #FFC600; font-weight:bold; }
  4. a:active    { text-decoration: none; color: NAVY ; font-weight:bold; }
  5. H1, H2, H3 {color: black}
  6. H1   {font-family: verdana; font-weight: bold;}
  7. P, H2, H3 {font-family: Arial; font-weight: normal;}
  8. H3 {font-weight: normal;}
  9.  
  10.  
  11. H1             {font-size: small;
  12.             text-align: left;
  13.             margin-left: 25;
  14.             margin-top: 0;
  15.             margin-bottom: 0;    }
  16.  
  17. H2            {text-align: left;
  18.             font-size: x-small;
  19.             margin-left: 30;
  20.             margin-top: 0;
  21.             margin-bottom: 0;}
  22.             
  23. H3            {text-align: left;
  24.             font-size: xx-small;
  25.             margin-left: 20;
  26.             margin-right: 15;
  27.             margin-top: 0;
  28.             margin-bottom: 0;}
  29.  
  30.  
  31. P            {font-size: 7pt; color: gray;}
  32.  
  33.