home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / chip_02_2004.iso / styles / search.css < prev    next >
Cascading Style Sheet File  |  2003-12-03  |  949b  |  61 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 : #004499;
  25. }
  26.  
  27. A.listlink:active {
  28.     text-decoration : none;
  29.     color : #004499;
  30. }
  31. A.Tablehead {
  32.     color : #FFFFFF;
  33. }
  34. TD {
  35.     font-family : Arial; 
  36.     font-size : 11px; 
  37.     color : #FFFFFF;
  38. }
  39. A.Alphabet {
  40.     font-size : 12px;
  41.     font-weight : bold;
  42.     color : #FFFFFF;
  43.     text-decoration : none;
  44. }
  45. TD.Alphabet {
  46.     font-size : 12px;
  47.     color : silver;
  48. }
  49. A.Alphabet:active {
  50.     font-size : 12px;
  51.     font-weight : bold;
  52.     color : silver;
  53.     text-decoration : none;
  54. }
  55. A.Alphabet:hover {
  56.     font-size : 12px;
  57.     font-weight : bold;
  58.     color : silver;
  59.     text-decoration : none;
  60. }
  61.