online.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. body {
  2. background-color: #FFFFFF;
  3. color: #000000;
  4. font-family: verdana, arial, helvetica, sans-serif;
  5. font-size: 11px;
  6. margin: 3px;
  7. padding: 0px;
  8. }
  9. td, p, li {
  10. color: #000000;
  11. font-family: verdana, arial, helvetica, sans-serif;
  12. font-size: 11px;
  13. }
  14. a:link {
  15. color: #4171b5;
  16. font-family: verdana, arial, helvetica, sans-serif;
  17. font-size: 11px;
  18. font-weight: bold;
  19. text-decoration: underline;
  20. }
  21. a:visited {
  22. color: #4171b5;
  23. font-family: verdana, arial, helvetica, sans-serif;
  24. font-size: 11px;
  25. font-weight: bold;
  26. text-decoration: underline;
  27. }
  28. a:hover {
  29. color: #FF0000;
  30. font-family: verdana, arial, helvetica, sans-serif;
  31. font-size: 11px;
  32. font-weight: bold;
  33. text-decoration: underline;
  34. }
  35. a:active {
  36. color: #4171b5;
  37. font-family: verdana, arial, helvetica, sans-serif;
  38. font-size: 11px;
  39. font-weight: bold;
  40. text-decoration: underline;
  41. }
  42. a.master:link {
  43. color: #800080;
  44. font-family: verdana, arial, helvetica, sans-serif;
  45. font-size: 11px;
  46. font-weight: bold;
  47. text-decoration: underline;
  48. }
  49. a.master:visited {
  50. color: #800080;
  51. font-family: verdana, arial, helvetica, sans-serif;
  52. font-size: 11px;
  53. font-weight: bold;
  54. text-decoration: underline;
  55. }
  56. a.master:hover {
  57. color: #800080;
  58. font-family: verdana, arial, helvetica, sans-serif;
  59. font-size: 11px;
  60. font-weight: bold;
  61. text-decoration: underline;
  62. }
  63. a.master:active {
  64. color: #800080;
  65. font-family: verdana, arial, helvetica, sans-serif;
  66. font-size: 11px;
  67. font-weight: bold;
  68. text-decoration: underline;
  69. }
  70. form {
  71. margin: 0px;
  72. }
  73. input, select, textarea {
  74. font-family: verdana, arial, helvetica, sans-serif;
  75. font-size: 11px;
  76. }
  77. ul {
  78. list-style-position: inside;
  79. list-style-type: square;
  80. margin-left: 5px;
  81. padding-left: 0px;
  82. }
  83. li {
  84. padding-bottom: 5px;
  85. }
  86. .master {
  87. color: #800080;
  88. }
  89. .question {
  90. color: #FF8600;
  91. }