home *** CD-ROM | disk | FTP | other *** search
/ Die PSION Power-CD 2 / PsionPowerCD2.iso / PSION-Power-CD / left.css < prev    next >
Cascading Style Sheet File  |  2001-03-01  |  537b  |  39 lines

  1.  
  2.  
  3. A {
  4.     text-decoration: none;
  5.     color: Black;
  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, Geneva, 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.     letter-spacing : 10px;
  27. }
  28.  
  29. H2,H3{
  30.     font-size : 9pt;
  31. }
  32.  
  33.  
  34. TD {
  35.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  36.     font-size : 8pt;
  37. }
  38.  
  39.