home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / internet / satelit / aip.css next >
Cascading Style Sheet File  |  2000-02-22  |  295b  |  25 lines

  1. body  {
  2.     text-decoration : none;
  3. }
  4.  
  5. td  {
  6.     text-decoration : none;
  7. }
  8.  
  9. a  {
  10.     text-decoration : none;
  11.     cursor : hand;
  12. }
  13.  
  14. a:hover  {
  15.     color : blue;
  16.     text-decoration : none;
  17.     background-color : none;
  18.     cursor : hand;
  19. }
  20. a:visited  {
  21.     text-decoration : none;
  22.     cursor : hand;
  23. }
  24.  
  25.