styles.css 659 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body {
  2. font-family: Arial;
  3. background-color: white;
  4. color: rgb(39, 37, 92);
  5. }
  6. h2 {
  7. font-family: caviardreams;
  8. font-size: 14pt;
  9. background-color: white;
  10. color: rgb(39, 37, 92);
  11. }
  12. a {
  13. color: rgb(250,122,30);
  14. }
  15. a.visited {
  16. color: rgb(250,122,30);
  17. }
  18. #tbl_layout {
  19. border: 0px solid transparent;
  20. }
  21. #tbl_layout td {
  22. text-align: left;
  23. }
  24. .td_nav {
  25. width: 20%;
  26. }
  27. .td_top {
  28. vertical-align: top;
  29. }
  30. div {
  31. line-height: 1.2;
  32. margin-bottom: 10px;
  33. }
  34. table.multirow {
  35. border: 2px solid DimGray;
  36. }
  37. table.multirow tr {
  38. vertical-align: top;
  39. }
  40. table.multirow th {
  41. text-align: left;
  42. border: 1px solid DimGray;
  43. }
  44. table.multirow td {
  45. text-align: left;
  46. border: 1px solid DimGray;
  47. }