home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / msdn / Library / MSDN_IE3.CSS < prev    next >
Cascading Style Sheet File  |  1998-03-13  |  791b  |  64 lines

  1. BODY {
  2.     font: 85% "Verdana"}
  3.     
  4. h1, h2, h3, h4 {
  5.     font-family: verdana, Arial, Helvetica, sans-serif;    
  6.     font-size: 85%; }
  7.     
  8. P  {
  9.     font: 85% "Verdana";
  10.     color: black}
  11.  
  12. CODE {
  13.     font: 100% "courier new"}
  14.  
  15. PRE {
  16.     font: 100% "courier new"}
  17.     
  18. PRE CODE {
  19.     font-size: 110% }
  20.  
  21. TD {
  22.     font-size: 85%;
  23.     color: black }
  24.  
  25. A:LINK {
  26.     color: #0000FF }
  27.     
  28. A:VISITED {
  29.     color: #660066 }
  30.     
  31.     
  32. .label {
  33.     font-weight: bold }
  34.     
  35. .tl {
  36.     margin-bottom: 6pt }
  37.     
  38. .atl {
  39.     margin-left: .25in;
  40.     margin-bottom: -0pt }
  41.  
  42. .cfe {
  43.     font-weight: bold }
  44.     
  45. .mini {
  46.     font-size: 65% }
  47.     
  48. LI {
  49.     color: #000000 }
  50.  
  51. LI UL {
  52.     margin-top: 9pt;
  53.     margin-bottom: 9pt }
  54.     
  55.  
  56. LI OL {
  57.     margin-top: 9pt;
  58.     margin-bottom: 9pt }
  59.     
  60. .dt {
  61.     margin-bottom: -9pt }
  62.     
  63. .indent {
  64.     margin-left: .25in }