home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / gepro / css / gepro1.css
Cascading Style Sheet File  |  2001-11-29  |  734b  |  25 lines

  1. body         {  background: white; font-family: Arial CE, Arial, Helvetica; padding-left: 20; padding-right: 20; padding-top: 20; }
  2.  
  3. A:link       { color: #FF0000; }
  4. a:visited    { color: #CC0000; }
  5. A:active     { color: #800080; }
  6.  
  7. h1           { color: #FF0000; text-transform: uppercase; font-weight: bold }
  8. h2           { font-weight: bold; text-align: Center }
  9. h3, h5       { text-transform: uppercase; font-weight: bold }
  10. h4           { font-weight: bold; font-size: normal }
  11.  
  12. table.small   { font-size: smaller; font-family: Arial CE, Arial, Helvetica; }
  13. table.border
  14.     {
  15.     font-size: 12px;
  16.     border: 2 solid #cc0000;
  17.     border-style: ridge; 
  18.     }
  19. img.nic
  20.     {
  21.     border: 0;
  22.     }
  23.     
  24. td, ul, p    { font-family: Arial CE, Arial, Helvetica; }
  25.