home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / tvfreak / software / vegas5dvd / vegas1_files / links.css < prev    next >
Cascading Style Sheet File  |  2004-05-13  |  995b  |  62 lines

  1. a:link {
  2.     color: #333366;
  3.     text-decoration: none;
  4. }
  5. a:visited {
  6.     color: #666666;
  7. }
  8. a:hover {
  9.     color: #CC0000;
  10.     text-decoration: underline;
  11. }
  12. .toplogo a:link {
  13.     color: #FFFF00;
  14.     text-decoration: none;
  15. }
  16. .toplogo a:visited {
  17.     color: #FFFF00;
  18.     text-decoration: none;
  19. }
  20. .toplogo a:hover {
  21.     color: #FFFFFF;
  22.     text-decoration: none;
  23. }
  24. .lftmenumain1 a:link {
  25.     color: #FFFF00;
  26.     text-decoration: none;
  27. }
  28. .lftmenumain1 a:visited {
  29.     color: #FFFF00;
  30.     text-decoration: none;
  31. }
  32. .lftmenumain1 a:hover {
  33.     color: #FFFFCC;
  34.     text-decoration: underline;
  35. }
  36. .dmnmarketbody a:link {
  37.     color: #000000;
  38.     text-decoration: none;
  39. }
  40. .dmnmarketbody a:visited {
  41.     color: #000000;
  42.     text-decoration: none;
  43. }
  44. .dmnmarketbody a:hover {
  45.     color: #009933;
  46.     text-decoration: underline;
  47. }
  48. .htcopy a:link {
  49.     font-weight: bold;
  50.     color: #CC0000;
  51.     text-decoration: none;
  52. }
  53. .htcopy a:visited {
  54.     font-weight: bold;
  55.     color: #CC0000;
  56.     text-decoration: none;
  57. }
  58. .htcopy a:hover {
  59.     color: #FF6600;
  60.     text-decoration: underline;
  61.     font-weight: normal;
  62. }