home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR1.iso / Www / Vanessa / css / style.css
Cascading Style Sheet File  |  2001-08-08  |  749b  |  50 lines

  1. body {
  2.  font-family: arial, helvetica;
  3.  background: #ffffff; 
  4.  text-decoration: none;
  5.  color: #000000;
  6. }
  7.  
  8. a:link { 
  9.  text-decoration: none; 
  10.  color: #000000;
  11. }
  12.  
  13. a:active {
  14.  text-decoration: none; 
  15.  color: #000000;
  16. }
  17.  
  18. a:visited {
  19.  text-decoration: none;
  20.  color: #000000
  21. }
  22.  
  23. a:hover {
  24.  text-decoration: underline;
  25.  color: #000000;
  26.  
  27. a.go1:link {
  28.  font-family: arial, helvetica;
  29.  text-decoration: none;
  30.  color: #CC9900; 
  31. }
  32.  
  33. a.go1:visited {
  34.  font-family: arial, helvetica;
  35.  text-decoration: none;
  36.  color: #CC9900; 
  37. }
  38.  
  39. a.go1:active {
  40.  font-family: arial, helvetica;
  41.  text-decoration: none
  42.  color: #CC9900; 
  43. }
  44.  
  45. a.go1:hover {
  46.  font-family: arial, helvetica;
  47.  text-decoration: underline;
  48.  color: #CC9900; 
  49. }