home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / firmy / Suma / CSS / COMMON.CSS next >
Cascading Style Sheet File  |  2000-04-01  |  961b  |  44 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.  
  5. H1, H2, H3, PRE, P, H4, UL, LI {color: black}
  6. H1, H2  {font-family: Ariel CE; font-weight: bold}
  7. P, H4, LI, PRE, H3 {font-family: Arial;font-weight: normal; text-align: Justify; font-size: 9pt}
  8.  
  9. H1             {font-size: x-large;
  10.             text-align: left;
  11.             margin-top: 0;
  12.             margin-bottom: 30}
  13.  
  14. H2            {text-align: Left;
  15.             font-size: large;
  16.             margin-left: 10;
  17.             margin-top: 15;
  18.             margin-bottom: 5}
  19.  
  20. H3            {font-size: normal;
  21.             font-weight: bold;
  22.             margin-top: 0;
  23.             margin-bottom: 2 }
  24.  
  25.  
  26. P            {margin-left: small;
  27.             margin-right: 10;
  28.             margin-top: 5    ;
  29.             margin-bottom: 2 }
  30.  
  31. Pre            {margin-left: 10;
  32.             margin-right: 10;
  33.             margin-top: 0    ;
  34.             margin-bottom: 0 }
  35.  
  36.  
  37. H4          {font-style: italic;
  38.             margin-left: 20;
  39.             margin-right: 10;
  40.             margin-top: 5;
  41.             margin-bottom: 2;
  42.             text-align: Justify; }
  43.  
  44.