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.

31 lines
436 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. p {
  26. margin-left: 5%;
  27. margin-right: 5%;
  28. }
  29. tt {
  30. background: #dddddd;
  31. }