1 |
/* $Id$ */ |
2 |
|
3 |
A:link |
4 |
{ |
5 |
background: transparent; |
6 |
color: navy; |
7 |
text-decoration: none; |
8 |
} |
9 |
|
10 |
A:visited |
11 |
{ |
12 |
background: transparent; |
13 |
color: navy; |
14 |
text-decoration: none; |
15 |
} |
16 |
|
17 |
A:hover |
18 |
{ |
19 |
background: transparent; |
20 |
color: navy; |
21 |
text-decoration: underline; |
22 |
} |
23 |
|
24 |
A:active |
25 |
{ |
26 |
background: transparent; |
27 |
color: navy; |
28 |
text-decoration: none; |
29 |
} |
30 |
|
31 |
H1 |
32 |
{ |
33 |
font: bold x-large Tahoma, sans-serif; |
34 |
} |
35 |
|
36 |
P |
37 |
{ |
38 |
font: normal small Tahoma, sans-serif; |
39 |
} |
40 |
|
41 |
TABLE |
42 |
{ |
43 |
background: black; |
44 |
color: white; |
45 |
} |
46 |
|
47 |
TD |
48 |
{ |
49 |
background: silver; |
50 |
color: navy; |
51 |
font: bold small Tahoma, sans-serif; |
52 |
padding: 0ex 1ex |
53 |
} |
54 |
|
55 |
TD.position |
56 |
{ |
57 |
background: navy; |
58 |
color: silver; |
59 |
} |
60 |
|
61 |
TH |
62 |
{ |
63 |
background: navy; |
64 |
color: silver; |
65 |
font: bold small Tahoma, sans-serif; |
66 |
padding: 0ex 1ex |
67 |
} |