home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / edu / xpsimu / tutorial / data / link_main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-09-23  |  194 b   |  15 lines

  1. a:link {
  2.     text-decoration: none;
  3. }
  4. a:visited {
  5.     text-decoration: none;
  6. }
  7. a:hover {
  8.     color: #FF9900;
  9.     text-decoration: none;
  10. }
  11. a:active {
  12.     color: #FF9900;
  13.     text-decoration: none;
  14. }
  15.