home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / software / web_idg / computerworld / dhtml / dhtml.css < prev    next >
Cascading Style Sheet File  |  1998-04-06  |  648b  |  31 lines

  1. BODY { background: white; color: black }
  2.  
  3. A:link { color: blue }
  4. A:visited { color: navy }
  5. A:active { color: red }
  6.  
  7. TH { background: #80FFFF }
  8. TD { background: #C0FFFF }
  9.  
  10. H1 { text-align: center }
  11.  
  12. H1, H2, H3 { font-family: Arial, sans-serif }
  13.  
  14. VAR { font-style: italic; font-family: serif }
  15.  
  16. DFN { font-style: italic; font-weight: bold }
  17.  
  18. CODE { font-weight: bold }
  19.  
  20. TABLE { font-size: 80%; text-align: center;
  21.     font-family: Arial, sans-serif }
  22.     
  23. CAPTION { font-size: 120%;
  24.       font-weight: bold }    
  25.  
  26. PRE { font-weight: bold;
  27.       margin-left: 30px }    
  28.  
  29. KBD { font-family: Arial, sans-serif;
  30.       font-weight: bold }    
  31.