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
|
body {
color: #000000;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
margin: 0;
}
TD, TH, .BOD, FONT {
color: #000000;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
margin: 0;
}
a:link {
color: #2050ca;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
text-decoration: underline;
}
a:visited {
color: #1030aa;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
text-decoration: underline;
}
a:active {
color: #a0a0c7;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
text-decoration: underline;
}
a:hover {
color: #9090f0;
font-size: 11px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
text-decoration: underline;
}
|