home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / tema / Novell / novell / dkm.css next >
Cascading Style Sheet File  |  2000-06-08  |  362b  |  28 lines

  1. BODY {
  2.     background-color:rgb(227,237,239);
  3. }
  4. .cara {
  5.     font-size:3px;
  6.     border-width:0px;
  7.     border-style:none;
  8.     padding-left:0pt;
  9.     padding-right:0pt;
  10.  
  11. }
  12. .Footer {
  13.     font-size:8pt; 
  14.     border-width:0px;
  15. }
  16.  
  17.  
  18. A {
  19.     color:#0F8030;
  20.     text-decoration : none;
  21.     font-weight : bold;
  22. }
  23.  
  24. A:hover {
  25.     color:#0F8030;
  26.     background-color:rgb(207,215,216);
  27.     text-decoration : underline;
  28. }