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

  1. P.list {
  2.     margin-top : 1px;
  3.     margin-bottom : 2px;
  4.     margin-left : 3px;
  5.     font-family : Arial; 
  6.     font-size : 11px; 
  7.     color : #000000;
  8.     line-height: 12px
  9. }
  10.             
  11. INPUT {
  12.     font-family : Courier New;
  13.     font-size : 12px; 
  14. }
  15.      
  16. A.listlink {
  17.     font-weight : bold;
  18.     text-decoration : none;
  19.     color : #000000;
  20. }
  21.  
  22. A.listlink:hover {
  23.     text-decoration : underline;
  24.     color : #990000;
  25. }
  26.  
  27. A.listlink:active {
  28.     text-decoration : none;
  29.     color : #990000;
  30. }
  31. A.tablehead {
  32.     color : #ffffff
  33. }
  34. TD {
  35.     font-family : Arial; 
  36.     font-size : 11px; 
  37.     color : #000000;
  38. }