Chmdir.css 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. body {
  2. font-family: "Times New Roman", Times, serif;
  3. /* font-size: smaller;*/
  4. }
  5. h1, h2, h3, h4, h5, h6 {
  6. font-family: Verdana, Arial, Helvetica, sans-serif;
  7. }
  8. h1 {
  9. font-weight: bold;
  10. font-size: 150%;
  11. }
  12. h2 {
  13. font-weight: normal;
  14. font-size: 120%;
  15. list-style-type: decimal;
  16. }
  17. h3 {
  18. font-weight: normal;
  19. font-size: 100%;
  20. }
  21. h4 {
  22. font-weight: bold;
  23. font-size: smaller;
  24. }
  25. strong {
  26. font-family: Verdana, Arial, Helvetica, sans-serif;
  27. font-weight: bolder;
  28. font-size: smaller;
  29. }
  30. code, samp {
  31. font-family: Verdana, Arial, Helvetica, sans-serif;
  32. font-size: smaller;
  33. }
  34. a {
  35. font-family: Verdana, Arial, Helvetica, sans-serif;
  36. font-weight: bolder;
  37. font-size: smaller;
  38. }
  39. a:link { color: Navy; /*text-decoration: none;*/ }
  40. a:visited { color: Purple; /*text-decoration: none;*/ }
  41. a:hover { color: Purple; }