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.

25 lines
354 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. }
  20. h2 {
  21. color: #006699;
  22. }
  23. tt {
  24. background: #dddddd;
  25. }