StextHoverStyleSheet.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* Font definitions */
  2. html { font-family: verdana; font-size: 9pt; font-style: normal; font-weight: normal; }
  3. body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
  4. pre { font-family: monospace; }
  5. /* Margins */
  6. body { overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-left: 0.3em; margin-right: 0px; }
  7. h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
  8. h2 { margin-top: 2em; margin-bottom: 0.25em; }
  9. h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
  10. h4 { margin-top: 2em; margin-bottom: 0.3em; }
  11. h5 { margin-top: 0px; margin-bottom: 0px; }
  12. p { margin-top: 1em; margin-bottom: 1em; }
  13. pre { margin-left: 0.6em; }
  14. ul { margin-top: 0px; margin-bottom: 1em; margin-left: 1em; padding-left: 1em;}
  15. li { margin-top: 0px; margin-bottom: 0px; }
  16. li p { margin-top: 0px; margin-bottom: 0px; }
  17. ol { margin-top: 0px; margin-bottom: 1em; margin-left: 1em; padding-left: 1em; }
  18. dl { margin-top: 0px; margin-bottom: 1em; }
  19. dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
  20. dd { margin-top: 0px; margin-bottom: 0px; }
  21. /* Styles and colors */
  22. body {background-color:#FBFDFF;}
  23. a:link { color: #0000FF; }
  24. a:hover { color: #000080; }
  25. a:visited { text-decoration: underline; }
  26. a.header:link { text-decoration: none; color: InfoText }
  27. a.header:visited { text-decoration: none; color: InfoText }
  28. a.header:hover { text-decoration: underline; color: #000080; }
  29. h4 { font-style: italic; }
  30. strong { font-weight: bold; }
  31. em { font-style: italic; }
  32. var { font-style: italic; }
  33. th { font-weight: bold; }