home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Anneca / style.css < prev    next >
Cascading Style Sheet File  |  2000-01-25  |  771b  |  64 lines

  1. body,td
  2. {
  3.     font-family: sans-serif;
  4.     font-size: 10pt;
  5.     color: #333300;
  6.     margin-left: 1.5cm;
  7.     margin-right: 1.5cm;
  8.     background-color: #CCCC99;
  9.     background-image: url(back.gif);
  10.     background-position: 0 0;
  11.     background-repeat: no-repeat;
  12. }
  13.  
  14. h1,h2,h3
  15. {
  16.     font-family: tahoma,sans-serif;
  17. }
  18.  
  19. h1
  20. {
  21.     font-size: 16pt;
  22.     font-weight: bold;
  23. }
  24.  
  25. h2
  26. {
  27.     font-size: 14pt;
  28.     font-weight: bold;
  29. }
  30.  
  31. h3
  32. {
  33.     font-size: 12pt;
  34.     font-weight: bold;
  35. }
  36.  
  37. address
  38. {
  39.     font-size: 9pt;
  40.     font-family: arial,sans-serif;
  41. }
  42.  
  43. hr
  44. {
  45.     margin-top: 4pt;
  46.     margin-bottom: 4pt;
  47.     color: #333300;
  48. }
  49.  
  50. .notbmargin
  51. {
  52.     margin-top: 0pt;
  53.     margin-bottom: 0pt;
  54. }
  55.  
  56. dd { margin-bottom: 16pt; }
  57.  
  58. .small { font-size: 8 pt; }
  59. p
  60. {
  61.     margin-top: 2 pt;
  62.     margin-bottom: 0 pt;
  63. }
  64.