home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / internet / kosek / styles / main.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-10-30  |  537 b   |  28 lines

  1. BODY, .normal { 
  2.     background: #ffffe0; 
  3.     color: black;
  4.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  5.     font-size: 10pt }
  6.  
  7. H2 {
  8.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  9.     color: navy;
  10.     font-weight: bold;
  11.     font-size: 20pt;
  12.     text-align: center;
  13.     }
  14.  
  15. .small, .small TD, .small TH { 
  16.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  17.     font-size: 8pt }
  18.  
  19. A {
  20.     text-decoration: none
  21.     }
  22.     
  23. A:hover {
  24.     text-decoration: underline;
  25.     color: red;
  26.     }    
  27.  
  28.