import psist v0.2
[psist.git] / style.css
1 a {
2   text-decoration: none;
3 }
4 a:link {
5   color: #0b407a;
6 }
7 a:visited {
8   color: #0b407a;
9 }
10
11 a:hover {
12   text-decoration: underline;
13   color: #0b407a;
14 }
15
16 a.background {
17   text-decoration: none;
18 }
19
20 a.background:link {
21   color: #0b407a;
22 }
23
24 a.background:visited {
25   color: #0b407a;
26 }
27
28 a.background:hover {
29   text-decoration: underline;
30   color: #0b407a;
31 }
32
33 body {
34   background-color: #dedeee;
35   font-family: Verdana, Arial, sans-serif;
36   font-size: 13px;
37   color: black;
38 }
39
40 td {
41   font-family: Verdana, Arial, sans-serif;
42   font-size: 13px;
43   color: black;
44   text-align: left;
45 }
46
47 .male, .male a {
48   color: #0000DD;
49 }
50
51 .female, .female a {
52   color: #DD3366;
53 }
54
55 .bot, .bot a {
56   color: #00FFFF;
57 }
58
59 .title {
60   font-family: Tahoma, Arial, sans-serif;
61   font-size: 16px;
62   font-weight: bold;
63 }
64
65 .headtext {
66   color: white;
67   font-weight: bold;
68   text-align: center;
69   background-color: #666699;
70   width: 790px;
71   border: black solid 1px;
72   padding: 2px;
73 }
74
75 .headlinebg {
76   background-color: #000000;
77 }
78
79 .tdtop {
80   background-color: #C8C8DD;
81 }
82
83 .hicell {
84   background-color: #BABADD;
85 }
86
87 .hicell10 {
88   background-color: #BABADD;
89   font-size: 10px;
90 }
91
92 .rankc {
93   background-color: #CCCCCC;
94 }
95
96 .hirankc {
97   background-color: #AAAAAA;
98   font-weight: bold;
99 }
100
101 .rankc10 {
102   background-color: #CCCCCC;
103   font-size: 10px;
104 }
105
106 .rankc10center {
107   background-color: #CCCCCC;
108   font-size: 10px;
109   text-align: center;
110 }
111
112 .hirankc10center {
113   background-color: #AAAAAA;
114   font-weight: bold;
115   font-size: 10px;
116   text-align: center;
117 }
118
119 .small {
120   font-family: Verdana, Arial, sans-serif;
121   font-size: 10px;
122 }
123
124
125 .asmall {
126   font-family: "Arial narrow", Arial, sans-serif;
127   font-size: 10px;
128   color: black;
129   text-align: center;
130 }