default.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. .male, .male a {
  40. color: #0000DD;
  41. }
  42. .female, .female a {
  43. color: #DD3366;
  44. }
  45. .bot, .bot a {
  46. color: #00FFFF;
  47. }
  48. .title {
  49. font-family: Tahoma, Arial, sans-serif;
  50. font-size: 16px;
  51. font-weight: bold;
  52. }
  53. .headtext {
  54. color: white;
  55. font-weight: bold;
  56. text-align: center;
  57. background-color: #666699;
  58. }
  59. .headlinebg {
  60. background-color: #000000;
  61. }
  62. .tdtop {
  63. background-color: #C8C8DD;
  64. }
  65. .hicell {
  66. background-color: #BABADD;
  67. }
  68. .hicell10 {
  69. background-color: #BABADD;
  70. font-size: 10px;
  71. }
  72. .rankc {
  73. background-color: #CCCCCC;
  74. }
  75. .hirankc {
  76. background-color: #AAAAAA;
  77. font-weight: bold;
  78. }
  79. .rankc10 {
  80. background-color: #CCCCCC;
  81. font-size: 10px;
  82. }
  83. .rankc10center {
  84. background-color: #CCCCCC;
  85. font-size: 10px;
  86. text-align: center;
  87. }
  88. .hirankc10center {
  89. background-color: #AAAAAA;
  90. font-weight: bold;
  91. font-size: 10px;
  92. text-align: center;
  93. }
  94. .small {
  95. font-family: Verdana, Arial, sans-serif;
  96. font-size: 10px;
  97. }
  98. .asmall {
  99. font-family: "Arial narrow", Arial, sans-serif;
  100. font-size: 10px;
  101. color: black;
  102. text-align: center;
  103. }