1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
/* to obtain a better result, then set the these pisg options:
* <set hicell="#1a354d">
* <set hicell2="#444444">
*/
A
{
TEXT-DECORATION: none
}
A:link
{
COLOR: #b5c6d5
}
A:visited
{
COLOR: #b5c6d5
}
A:hover
{
COLOR: #ffffff;
TEXT-DECORATION: underline
}
A.background
{
TEXT-DECORATION: none
}
A.background:link
{
COLOR: #b5c6d5
}
A.background:visited
{
COLOR: #b5c6d5
}
A.background:hover
{
COLOR: #ffffff;
TEXT-DECORATION: underline
}
BODY
{
FONT-SIZE: 13px;
COLOR: #dedede;
FONT-FAMILY: Verdana, Arial, sans-serif;
BACKGROUND-COLOR: #000000
}
TD
{
FONT-SIZE: 13px;
COLOR: #dedede;
FONT-FAMILY: Verdana, Arial, sans-serif;
TEXT-ALIGN: left
}
.title
{
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
FONT-FAMILY: Tahoma, Arial, sans-serif
}
.headtext
{
FONT-WEIGHT: bold;
COLOR: #dedede;
BACKGROUND-COLOR: #6d0d14;
TEXT-ALIGN: center
}
.headlinebg
{
BACKGROUND-COLOR: #6d0d14
}
.tdtop
{
BACKGROUND-COLOR: #718292
}
.hicell
{
BACKGROUND-COLOR: #19354e
}
.hicell10
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #444444
}
.rankc
{
BACKGROUND-COLOR: #444444
}
.hirankc
{
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #545454
}
.rankc10
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #444444
}
.rankc10center
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #444444;
TEXT-ALIGN: center
}
.hirankc10center
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
BACKGROUND-COLOR: #545454;
TEXT-ALIGN: center
}
.small
{
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Arial, sans-serif
}
.asmall
{
FONT-SIZE: 10px;
COLOR: #dedede;
FONT-FAMILY: "Arial narrow", Arial, sans-serif
TEXT-ALIGN: center
}
|