| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- a {
- text-decoration: none;
- }
- a:link {
- color: #0b407a;
- }
- a:visited {
- color: #0b407a;
- }
- a:hover {
- text-decoration: underline;
- color: #0b407a;
- }
- a.background {
- text-decoration: none;
- }
- a.background:link {
- color: #0b407a;
- }
- a.background:visited {
- color: #0b407a;
- }
- a.background:hover {
- text-decoration: underline;
- color: #0b407a;
- }
- body {
- background-color: #dedeee;
- font-family: Verdana, Arial, sans-serif;
- font-size: 13px;
- color: black;
- }
- td {
- font-family: Verdana, Arial, sans-serif;
- font-size: 13px;
- color: black;
- text-align: left;
- }
- .male {
- color: #0000DD;
- }
- .female {
- color: #DD3366;
- }
- .bot {
- color: #00FFFF;
- }
- .title {
- font-family: Tahoma, Arial, sans-serif;
- font-size: 16px;
- font-weight: bold;
- }
- .headtext {
- color: white;
- font-weight: bold;
- text-align: center;
- background-color: #666699;
- }
- .headlinebg {
- background-color: #000000;
- }
- .tdtop {
- background-color: #C8C8DD;
- }
- .hicell {
- background-color: #BABADD;
- }
- .hicell10 {
- background-color: #BABADD;
- font-size: 10px;
- }
- .rankc {
- background-color: #CCCCCC;
- }
- .hirankc {
- background-color: #AAAAAA;
- font-weight: bold;
- }
- .rankc10 {
- background-color: #CCCCCC;
- font-size: 10px;
- }
- .rankc10center {
- background-color: #CCCCCC;
- font-size: 10px;
- text-align: center;
- }
- .hirankc10center {
- background-color: #AAAAAA;
- font-weight: bold;
- font-size: 10px;
- text-align: center;
- }
- .small {
- font-family: Verdana, Arial, sans-serif;
- font-size: 10px;
- }
- .asmall {
- font-family: "Arial narrow", Arial, sans-serif;
- font-size: 10px;
- color: black;
- text-align: center;
- }
|