home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Novinky / ipb_hb / style / style_menu.css < prev    next >
Cascading Style Sheet File  |  1999-04-21  |  1KB  |  56 lines

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