| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- /* <set hicell="#444444"> <set hicell2="#999999"> */
- a {
- text-decoration:none;
- }
- a:link {
- color:#990000;
- }
- a:visited {
- color:#990000;
- }
- a:hover {
- text-decoration:underline;
- color:#990000;
- }
- a.background {
- text-decoration:none;
- }
- a.background:link {
- color:#990000;
- }
- a.background:visited {
- color:#990000;
- }
- a.background:hover {
- text-decoration:underline;
- color:#990000;
- }
- body {
- background-color:black;
- font-family: verdana, arial, sans-serif;
- font-size:13px;
- color:white;
- }
- table {
- border-collapse:collapse;
- }
- td {
- border-radius: 5px;
- font-family: verdana, arial, sans-serif;
- font-size: 13px;
- color:white;
- text-align:left;
- border-color:black;
- border-style:solid;
- border-width:1px;
- }
- .title {
- font-family: tahoma, arial, sans-serif;
- font-size: 16px;
- font-weight:bold;
- }
- .headtext {
- position: relative;
- top: -1%;
- left: -0.05%;
- border-radius: 10px;
- font-family: verdana, arial, sans-serif;
- font-size:13px;
- color:white;
- background-color:#444444;
- text-align:center;
- border-width: 0px;
- font-weight:bold;
- }
- .headlinebg {
- border-radius: 10.5px;
- background-color:#990000;
- }
- .tdtop {
- background-color:#444444;
- color:white;
- font-weight:normal;
- }
- .hicell {
- background-color:#AAAAAA;
- color:black;
- }
- .hicell10 {
- background-color:#AAAAAA;
- font-size:10px;
- color:black;
- }
- .rankc {
- background-color:#AAAAAA;
- color:black;
- }
- .hirankc {
- background-color:#444444;
- font-weight:bold;
- color:white;
- }
- .rankc10 {
- background-color:#AAAAAA;
- font-size:10px;
- color:black;
- }
- .rankc10center {
- background-color:#AAAAAA;
- font-size:10px;
- text-align:center;
- color:black;
- }
- .hirankc10center {
- background-color:#AAAAAA;
- font-weight:bold;
- font-size:10px;
- text-align:center;
- color:black;
- }
- .small {
- font-family: verdana,arial, sans-serif;
- font-size:10px;
- }
- .asmall {
- font-family: arial narrow, sans-serif;
- font-size:10px;
- color:white;
- }
- .asmallcenter {
- font-family: arial narrow, sans-serif;
- font-size:10px;
- color:black;
- text-align:center;
- }
|