default.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. a {
  2. text-decoration: none;
  3. }
  4. a:link {
  5. color: #0b407a;
  6. }
  7. a:visited {
  8. color: #0b407a;
  9. }
  10. a:hover {
  11. text-decoration: underline;
  12. color: #0b407a;
  13. }
  14. a.background {
  15. text-decoration: none;
  16. }
  17. a.background:link {
  18. color: #0b407a;
  19. }
  20. a.background:visited {
  21. color: #0b407a;
  22. }
  23. a.background:hover {
  24. text-decoration: underline;
  25. color: #0b407a;
  26. }
  27. body {
  28. background-color: #dedeee;
  29. font-family: Verdana, Arial, sans-serif;
  30. font-size: 13px;
  31. color: black;
  32. }
  33. td {
  34. font-family: Verdana, Arial, sans-serif;
  35. font-size: 13px;
  36. color: black;
  37. text-align: left;
  38. }
  39. .title {
  40. font-family: Tahoma, Arial, sans-serif;
  41. font-size: 16px;
  42. font-weight: bold;
  43. }
  44. .headtext {
  45. color: white;
  46. font-weight: bold;
  47. text-align: center;
  48. background-color: #666699;
  49. }
  50. .headlinebg {
  51. background-color: #000000;
  52. }
  53. .tdtop {
  54. background-color: #C8C8DD;
  55. }
  56. .hicell {
  57. background-color: #BABADD;
  58. }
  59. .hicell10 {
  60. background-color: #BABADD;
  61. font-size: 10px;
  62. }
  63. .rankc {
  64. background-color: #CCCCCC;
  65. }
  66. .hirankc {
  67. background-color: #AAAAAA;
  68. font-weight: bold;
  69. }
  70. .rankc10 {
  71. background-color: #CCCCCC;
  72. font-size: 10px;
  73. }
  74. .rankc10center {
  75. background-color: #CCCCCC;
  76. font-size: 10px;
  77. text-align: center;
  78. }
  79. .hirankc10center {
  80. background-color: #AAAAAA;
  81. font-weight: bold;
  82. font-size: 10px;
  83. text-align: center;
  84. }
  85. .small {
  86. font-family: Verdana, Arial, sans-serif;
  87. font-size: 10px;
  88. }
  89. .asmall {
  90. font-family: "Arial narrow", Arial, sans-serif;
  91. font-size: 10px;
  92. color: black;
  93. text-align: center;
  94. }