You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
592 B

  1. body {
  2. font-family: sans-serif;
  3. margin-left: 10%;
  4. margin-right: 10%;
  5. margin-top: 2ex;
  6. margin-bottom: 3ex;
  7. background-color: white;
  8. color: black;
  9. }
  10. .note {
  11. text-align: center;
  12. font-size: x-small;
  13. }
  14. h1 {
  15. color: #006699;
  16. text-align: center;
  17. border: 1px solid #dddddd;
  18. background: #eeeeee;
  19. margin-bottom: 3ex;
  20. }
  21. h2 {
  22. margin-top: 2ex;
  23. color: #006699;
  24. }
  25. h3 {
  26. margin-left: 5%;
  27. margin-right: 5%;
  28. }
  29. p {
  30. margin-left: 5%;
  31. margin-right: 5%;
  32. }
  33. ul {
  34. margin-left: 5%;
  35. margin-right: 5%;
  36. }
  37. li {
  38. margin-left: 3%;
  39. margin-top: 0.5ex;
  40. margin-bottom: 0.5ex;
  41. }
  42. tt {
  43. background: #dddddd;
  44. }