home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / servis / viry / swen / info / style.css < prev   
Cascading Style Sheet File  |  2003-10-02  |  398b  |  27 lines

  1. P {
  2.  font-family    : arial, helvetica, geneva, swiss, sunsans-regular;
  3.  font-size        : 10pt;
  4. }
  5.  
  6. P.small {
  7.  font-size        : 9pt;
  8. }
  9.  
  10. .tiny {
  11.  font-size        : 8pt;
  12. }
  13.  
  14. DL,UL,OL {
  15.  font-family    : arial, helvetica, geneva, swiss, sunsans-regular;
  16.  font-size        : 10pt;
  17. }
  18.  
  19. H1 {
  20.  font-family    : arial, helvetica, geneva, swiss, sunsans-regular;
  21.  font-size        : 14pt;
  22. }
  23.  
  24. A.clean {
  25.  color            : blue;
  26.  text-decoration: none;
  27. }