home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Novinky / ipb_hb / style / style_tisk.css < prev    next >
Cascading Style Sheet File  |  1999-04-22  |  769b  |  48 lines

  1. BODY {
  2.         font-family: Arial;
  3.         font-size: 10pt;
  4.         font-weight: medium;
  5.         color: #000000;
  6.         font-style: normal;
  7.         text-transform: none;
  8.         text-decoration: none;
  9.     
  10. }
  11.  
  12. A {
  13.         font-family: Arial;
  14.         font-size: 10pt ;
  15.         font-weight: bold;
  16.         color: #00396c
  17.         font-style: normal;
  18.         text-transform: none;
  19.         text-decoration: underline;
  20.     
  21. }
  22.  
  23. A:LINK {
  24.         font-family: Arial;
  25.         font-size: 10pt ;
  26.         font-weight: bold;
  27.         color: #00396c;
  28.         font-style: normal;
  29.         text-transform: none;
  30.         text-decoration: underline;
  31.     
  32. }
  33.  
  34. A:VISITED {
  35.         font-family: Arial;
  36.         font-size: 10pt ;
  37.         font-weight: bold;
  38.         color: #808080;
  39.         font-style: normal;
  40.         text-transform: none;
  41.         text-decoration: underline;
  42.     
  43. }
  44.  
  45. TD {
  46.         font-family: Arial;
  47.         font-size: 10pt;
  48. }