home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / internet / Infoweb / style.css < prev   
Cascading Style Sheet File  |  2000-03-06  |  860b  |  52 lines

  1. P  {
  2.     font-family : MS Sans Serif;
  3.     font-size : 8pt;
  4.     font-weight : normal;
  5.     font-style : normal;
  6.     color : #000000;
  7. }
  8.  
  9. A  {
  10.     font-family : MS Sans Serif;
  11.     font-size : 8pt;
  12.     font-weight : bold;
  13.     font-style : normal;
  14.     color : #000000;
  15.     text-decoration : none;
  16. }
  17.  
  18. A:Visited  {
  19.     font-family : MS Sans Serif;
  20.     font-size : 8pt;
  21.     font-weight : bold;
  22.     font-style : normal;
  23.     color : #000000;
  24.     text-decoration : none;
  25. }
  26.  
  27. A:Hover  {
  28.     font-family : MS Sans Serif;
  29.     font-size : 8pt;
  30.     font-weight : bold;
  31.     font-style : normal;
  32.     color : #000000;
  33.     text-decoration : underline;
  34. }
  35.  
  36. BODY  {
  37.     font-size : pt;
  38.     font-family : MS Sans Serif;
  39.     font-weight : normal;
  40.     font-style : normal;
  41.     color : #000000;
  42. }
  43.  
  44. .small  {
  45.     font-size : 8pt;
  46.     font-family : MS Sans Serif;
  47.     font-weight : normal;
  48.     font-style : normal;
  49.     color : #000000;
  50. }
  51.  
  52.