home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / internet / Telka / dtv.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-08-30  |  659 b   |  52 lines

  1. BODY, TD, TH { 
  2.     font-family: MS Sans Serif, Arial CE, Arial, Helvetica, sans-serif;
  3.     font-size: 10pt;
  4.     }
  5.  
  6. .navbar TD {
  7.     font-size: 8pt;
  8.     }
  9.  
  10. A {
  11.     text-decoration: none;
  12.     color: blue;
  13.     }
  14.  
  15. A:hover {
  16.     text-decoration: underline;
  17.     color: red;
  18.     }
  19.  
  20. .navbar A {
  21.     text-decoration: none;
  22.     color: black;
  23.     font-weight: bold;
  24.     }
  25.  
  26. .navbar A:hover {
  27.     text-decoration: none;
  28.     color: red;
  29.     font-weight: bold;
  30.     }
  31.  
  32. .petit {
  33.     font-size: 8pt;
  34.     }
  35.  
  36. .body {
  37.     font-family: Arial CE, Arial, sans-serif;
  38.     font-size: 10pt;
  39.     }
  40.  
  41. H1 {
  42.     text-align: center;
  43.     }
  44.  
  45. .headline {
  46.     font-size: 12pt;
  47. }
  48.  
  49. DT {
  50.     font-weight: bold;
  51.     margin-top: 5pt;
  52.     }