home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / tema / elpi / style.css < prev   
Cascading Style Sheet File  |  2003-03-04  |  1KB  |  93 lines

  1. a:link {
  2.     color: #990000;
  3.      text-decoration: none
  4. }
  5.  
  6. a {
  7.     color: #990000;
  8.     text-decoration: none; 
  9.     cursor:hand
  10.  }
  11.  
  12. a:visited {
  13.     color: #990000; 
  14.     text-decoration: none
  15. }
  16.  
  17. a:active {
  18.     color: #990000; 
  19.     text-decoration: none
  20. }
  21.  
  22. a:hover    {
  23.     color: #990000; 
  24.     text-decoration: underline
  25. }
  26.  
  27. td {
  28.     font-size: 11px;
  29.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  30. }
  31.  
  32. .copyright {
  33.     color: #FFFFFF;
  34.     font-size: 9px;
  35.     text-align: center;
  36. }
  37.  
  38. .submenu {
  39.     text-align: right;
  40. }
  41.  
  42. .menu a:link {
  43.     color: #000000;
  44.      text-decoration: none
  45. }
  46.  
  47. .menu a {
  48.     color: #000000;
  49.     text-decoration: none; 
  50.     cursor:hand
  51.  }
  52.  
  53. .menu a:visited {
  54.     color: #000000; 
  55.     text-decoration: none
  56. }
  57.  
  58. .menu a:active {
  59.     color: #000000; 
  60.     text-decoration: none
  61. }
  62.  
  63. .menu a:hover {
  64.     color: #990000; 
  65.     text-decoration: underline
  66. }
  67.  
  68. .copyright a:link {
  69.     color: #FFCC00;
  70.      text-decoration: none
  71. }
  72.  
  73. .copyright a {
  74.     color: #FFCC00;
  75.     text-decoration: none; 
  76.     cursor:hand
  77.  }
  78.  
  79. .copyright a:visited {
  80.     color: #FFCC00; 
  81.     text-decoration: none
  82. }
  83.  
  84. .copyright a:active {
  85.     color: #FFCC00; 
  86.     text-decoration: none
  87. }
  88.  
  89. .copyright a:hover {
  90.     color: #FFCC00; 
  91.     text-decoration: underline
  92. }
  93.