home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / tema / goldring / css / common.css next >
Cascading Style Sheet File  |  2001-09-03  |  139b  |  14 lines

  1. .sHi {
  2.     font-weight: bold;
  3.     color: white;
  4.     }
  5.  
  6. a {
  7.     text-decoration: none;
  8.     font-weight: bold;
  9.     }
  10.  
  11. a:hover {
  12.     color: black;
  13.     }
  14.