home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / swf / styles.css < prev    next >
Cascading Style Sheet File  |  2005-06-01  |  244b  |  23 lines

  1. /* CSS Document */
  2.  
  3. a:link{
  4. text-decoration: none;
  5. color:#0033CC;
  6.  
  7. a:visited{ 
  8. text-decoration: none;
  9. color:#990000;
  10. }
  11.  
  12. a:hover{
  13. text-decoration:none;
  14. color:#990000;
  15. }
  16.  
  17. a:active{
  18. text-decoration:none;
  19. color:#000000;
  20. }
  21.  
  22.