home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / cryptopa / cryptopa.exe / stylesheet.css < prev   
Cascading Style Sheet File  |  2000-09-05  |  434b  |  37 lines

  1. BODY {
  2.     font-family: verdana, arial, helvetica, sans-serif;
  3. }
  4.  
  5. H1, H2, H3
  6. H4, H5, H6 {
  7.     font-weight: bold;
  8. }
  9.  
  10. TH {
  11.     font-family: verdana, arial, helvetica, sans-serif;
  12.     font-weight: bold;
  13.     font-style: italic;
  14.  
  15.     text-align: left;
  16. }
  17.  
  18. TH.number {
  19.     font-size: 215%;
  20. }
  21.  
  22. TH.title {
  23.     font-size: 125%;
  24. }
  25.  
  26. TD.title {
  27.     font-size: 80%;
  28.     font-style: italic;
  29. }
  30.  
  31. TD {
  32.     font-size: 75%;
  33. }
  34.  
  35. P {
  36.     margin-left: 3em;
  37. }