cedefault.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!-- DEFAULT STYLE SETTINGS -->
  2. BODY {
  3. font-family: Verdana, Arial, Helvetica, sans-serif;
  4. font-size: 8pt;
  5. }
  6. .table {
  7. font-size: 8pt;
  8. font-family: Verdana,Arial, Helvetica, sans-serif
  9. }
  10. A:link {
  11. color: blue;
  12. font-family: Verdana,Arial, Helvetica, sans-serif;
  13. }
  14. A:visited {
  15. color: blue;
  16. }
  17. A:hover {color: red;}
  18. .header {
  19. background: black;
  20. color: white;
  21. font-size: 8pt;
  22. font-family: Verdana,Arial, Helvetica, sans-serif;
  23. }
  24. A.header:link { color: white; text-decoration:none; }
  25. A.header:visited { color: white; text-decoration:none; }
  26. A.largeheader:link {
  27. color: white;
  28. font-size: 12pt;
  29. text-decoration:none;
  30. }
  31. A.largeheader:visited {
  32. color: white;
  33. font-size:12pt;
  34. text-decoration:none;
  35. }
  36. A.header:hover { color: red; text-decoration:none; }
  37. .actions {
  38. background:#ffcc11;
  39. /*background:gold;*/
  40. color: black;
  41. font-size: 8pt;
  42. font-family: Verdana,Arial, Helvetica, sans-serif;
  43. }
  44. .radio {
  45. /*background:gold;*/
  46. background:#ffcc00;
  47. }
  48. .results {
  49. color: black;
  50. font-size: 8pt;
  51. font-family: Verdana,Arial, Helvetica, sans-serif;
  52. }
  53. A.results:link { color: blue }
  54. A.results:visited { color: blue }
  55. A.results:hover { color: red;}
  56. .button {
  57. font-size: 8pt;
  58. font-family: Verdana,Arial, Helvetica, sans-serif;
  59. }
  60. .heading {
  61. background: #ffff99;
  62. font-size: 8pt;
  63. font-family: Verdana,Arial, Helvetica, sans-serif;
  64. color: black;
  65. }
  66. .footer {
  67. background: #cc9900;
  68. color: black;
  69. font-size: 8pt;
  70. font-family: Verdana,Arial, Helvetica, sans-serif;
  71. }
  72. .error {
  73. color: red;
  74. font-size: 9pt;
  75. font-family: Verdana, Arial, Helvetica, sans-serif;
  76. }