home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / LiveWare / Creative / template.css < prev    next >
Cascading Style Sheet File  |  1999-11-01  |  848b  |  45 lines

  1. .Text {
  2.         font-Family: arial,helvetica;
  3.         font-Size: 9pt;
  4. }
  5. .TextSmall {
  6.         font-Family: arial,helvetica;
  7.         font-Size: 8pt;
  8. }
  9. .TextBold {
  10.         font-Family: arial,helvetica;
  11.         font-Weight: bold;
  12.         font-Size: 9pt;
  13. }
  14. .Menu {
  15.         font-Family: arial,helvetica;
  16.         font-Weight: bold;
  17.         font-Size: 9pt;
  18. }
  19. .MenuSub {
  20.         font-Family: arial,helvetica;
  21.         font-Weight: bold;
  22.         font-Size: 8pt;
  23. }
  24. .Header {
  25.         font-Family: arial,helvetica;
  26.         font-Weight: bold;
  27.         font-Size: 10pt;
  28. }
  29. .PageTitle {
  30.         font-Family: arial,helvetica;
  31.         font-Weight: bold;
  32.         font-Size: 10pt;
  33. }
  34. .Bullet {
  35.         font-Family: arial,helvetica;
  36.         font-Size: 9pt;
  37. }
  38. .Link {
  39.         text-decoration: none;
  40. }
  41. .Legal {
  42.         font-Family: arial,helvetica;
  43.         font-Size: 7pt;
  44. }
  45.