home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP_1_2000.ISO / styles / home.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-10-13  |  569 b   |  32 lines

  1. A {
  2.     color : #000000;
  3.     font-family : Arial, Helvetica, sans-serif;
  4.     font-size : 14px;
  5.     font-weight : bold;
  6.     text_decoration : none;
  7. }
  8.  
  9. A:hover {
  10.     color : #ff0000;
  11.     font-family : Arial, Helvetica, sans-serif;
  12.     font-size : 14px;
  13.     font-weight : bold;
  14.     text_decoration : none;
  15. }
  16.  
  17. P  {
  18.     font-family : Arial, Helvetica, sans-serif;
  19.     font-size : 12px;
  20.     color : #000000;
  21.     padding-left : 2px;
  22. }
  23.  
  24. TD {
  25.     font-family : Arial, Helvetica, sans-serif;
  26.     font-size : 14px;
  27.     color : #000000;
  28.     padding-left : 2px;
  29.     padding-top : 4px;
  30.     font-weight : bold;
  31. }
  32.