home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / bonus / data / main.css next >
Cascading Style Sheet File  |  2001-11-09  |  411b  |  32 lines

  1. A{
  2.     color : White;
  3.     text-decoration : none;
  4.     font-weight : bold;
  5. }
  6.  
  7. A:ACTIVE {
  8.     color : White;
  9.     text-decoration : underline;
  10.     font-weight : bold;
  11. }
  12.  
  13. A:HOVER {
  14.     color : White;
  15.     text-decoration : underline;
  16.     font-weight : bold;
  17. }
  18.  
  19. BODY {
  20.     font-family : Verdana, Ariel;
  21.     font-size : 10px;
  22.     color : White;
  23. }
  24.  
  25.  
  26.  
  27. TD {
  28.     font-family : Verdana, Ariel;
  29.     font-size : 10px;
  30.     color : White;
  31. }
  32.