home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 January / www_01_2000.iso / poland / NSR / src / rejs.css < prev    next >
Cascading Style Sheet File  |  1999-11-13  |  611b  |  44 lines

  1. A  {
  2.     color : #000000;
  3.     font-family : Arial;
  4.     font-size : 8pt;
  5.     text-decoration : none;
  6. }
  7.  
  8. A:Visited  {
  9.     font-size : 8pt;
  10.     font-family : Arial;
  11.     color : #000000;
  12.     text-decoration : none;
  13. }
  14.  
  15. A:Active  {
  16.     font-size : 8pt;
  17.     font-family : Arial;
  18.     color : #808080;
  19.     text-decoration : none;
  20. }
  21.  
  22. A:Hover  {
  23.     font-size : 8pt;
  24.     font-family : Arial;
  25.     color : #808080;
  26.     text-decoration : none;
  27. }
  28.  
  29. .ini  {
  30.     font-size : 12pt;
  31.     font-family : Verdana;
  32.     font-weight : bold;
  33. }
  34.  
  35. TD, BODY  {
  36.     font-size : 10pt;
  37.     font-family : Verdana;
  38. }
  39.  
  40. UL  {
  41.     font-size : 8pt;
  42.     font-family : Verdana;
  43. }
  44.