home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / bonus / html / navigace.css < prev    next >
Cascading Style Sheet File  |  2000-11-08  |  375b  |  38 lines

  1. <!--
  2.  
  3. body        {
  4.             color: #FFFFFF;
  5.             background-color: #000000;
  6.             font-family: Arial;
  7.             font-size: 12px;
  8.         }
  9.         
  10. td
  11.         {
  12.             font-family: Arial;
  13.             font-size: 12px;
  14.         }
  15.  
  16. h1,h2,h3,h4,h5
  17.         {
  18.             margin-bottom: 0pt;
  19.         }
  20.  
  21.  
  22. a        {
  23.             color: #8080FF;
  24.             text-decoration: none;
  25.             font-size: 12px;
  26.         }
  27.     
  28. A:hover 
  29.         {
  30.             text-decoration: underline;
  31.         }
  32.         
  33. hr    {
  34.         color: #0000FF;
  35. }        
  36.  
  37. -->
  38.