home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / internet / pi / CSS / MENU.CSS < prev    next >
Cascading Style Sheet File  |  1999-05-20  |  593b  |  37 lines

  1. BODY {
  2.     color : black;
  3.     font-family : Tahoma;
  4.     font-size : 9pt;
  5. }
  6.  
  7. A { text-decoration: none; color:black }
  8. A.bold { text-decoration: none; color:black; font-weight:bold }
  9.  
  10. TD  {
  11.     font-family : Tahoma;
  12.     font-size : 9pt;
  13.     font-weight : normal;
  14.     text-decoration : none;
  15. }
  16.  
  17. INPUT {
  18.     font-family : Tahoma;
  19.     font-size : 9pt;
  20.     font-weight : normal;
  21.     text-decoration : none;
  22. }
  23.  
  24. SELECT {
  25.     font-family : Tahoma;
  26.     font-size : 9pt;
  27.     font-weight : normal;
  28.     text-decoration : none;
  29. }
  30.  
  31. .BodyText2
  32. {
  33.     FONT-FAMILY: Tahoma;
  34.     FONT-SIZE: 9pt;
  35.     FONT-WEIGHT: bold;        
  36. }
  37.