home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / FilmWarka / styl.css < prev    next >
Cascading Style Sheet File  |  2000-10-06  |  486b  |  46 lines

  1. P  {}
  2.  
  3. H1  {}
  4.  
  5. H2  {}
  6.  
  7. H3  {}
  8.  
  9. A  {
  10.     text-decoration : none;
  11.     color : Silver;
  12. }
  13.  
  14. A:Visited  {}
  15.  
  16. A:Active  {}
  17.  
  18. A:Hover  {
  19.     color : White;
  20.     font-weight : bold;
  21. }
  22.  
  23. BODY  {
  24.     font-size : x-small;
  25.     font-family : Tahoma;
  26.     font-weight : normal;
  27.     font-style : normal;
  28.     color : White;
  29.     text-decoration : none;
  30. }
  31.  
  32. TD  {
  33.     font-size : x-small;
  34. }
  35.  
  36. TD A  {
  37.     color : Silver;
  38.     text-decoration : none;
  39. }
  40.  
  41. TD A:Hover  {
  42.     font-weight : bold;
  43.     color : White;
  44. }
  45.  
  46.