home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / firmy / Microton / styl.css < prev   
Cascading Style Sheet File  |  2001-11-01  |  943b  |  60 lines

  1. td {    text-align: justify;
  2.     color :#6C6D3A;
  3.     font-family : Arial, Helvetica, sans-serif;
  4.     font-size : 12px;
  5. }
  6. A:VISITED {
  7.     color : #429EDE;
  8.     text-decoration : none;
  9.     font-weight : bold;
  10. ; font-style: normal
  11. }
  12.  
  13. A:HOVER {
  14.     color : #0066CC;
  15.     text-decoration : none;
  16. ; font-style: normal
  17. ; font-weight: bold
  18. }
  19.     
  20. {     
  21.     margin-top: 5;
  22.     margin-bottom: 5;
  23. }
  24.     
  25. H1 {
  26.     text-align: left;
  27.     color: #666600;
  28.     font-weight : bold;
  29.     font-size: 14pt;
  30.     margin-top: 15;
  31.     margin-bottom: 5;
  32.     }
  33.  
  34. H2 {
  35.     text-align: left;
  36.     color: #3192D6;
  37.     font-weight : bold;
  38.     font-size: 12pt;
  39.     margin-top: 15;
  40.     margin-bottom: 5;
  41.     }
  42.  
  43. A { 
  44.     color : #429EDE;
  45.     font-weight : bold;
  46. ; text-decoration: none; font-style: normal
  47.  } 
  48. A:ACTIVE { 
  49.     color : #429EDE;
  50.     text-decoration : none;
  51.     font-weight : bold;
  52. ; font-style: normal
  53.  } 
  54. A:LINK { 
  55.     color : #429EDE;
  56.     text-decoration : none;
  57.     font-weight : bold;
  58. ; font-style: normal
  59.  }