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.

qaml-html.css 569B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* Use Times New Roman for default font */
  2. body {
  3. background-color:#FFFF99;
  4. font-family: serif,Times,"Times New Roman";
  5. font-size: 12pt;
  6. margin-left: 20%;
  7. margin-right: 20%;
  8. }
  9. h1 {
  10. font-size: 16pt;
  11. margin-top: 5pt;
  12. margin-bottom: 5pt;
  13. }
  14. h1.title {
  15. font-size: 18pt;
  16. margin-top: 10pt;
  17. margin-bottom: 10pt;
  18. }
  19. h2 {
  20. font-size: 14pt;
  21. }
  22. h3 {
  23. font-size: 12pt;
  24. font-weight: bold;
  25. }
  26. p.pre {
  27. font-family: monospace,Courier,"Courier New";
  28. font-size: 10pt;
  29. }
  30. p.contact {
  31. font-size: 9pt;
  32. text-align= right;
  33. }