home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / internet / pi / CSS / TOP.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-04-20  |  202 b   |  14 lines

  1. .menu  {
  2.     color : #ddffff;
  3.     font-weight : bold;
  4.     font-family : tahoma;
  5.     text-decoration : none;
  6.     font-size : 8pt;
  7. }
  8. A.Menu:hover  {
  9.     color : #fecb00;
  10. }
  11.  
  12. A.Menu:active  {
  13.     color : #fecb00;
  14. }