style_wev8.css
1.03 KB
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
.p9 {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 180%;
}
a:link {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
color: 27287A;
text-decoration: none;
}
a:hover {
color: CC0000;
text-decoration: underline;
}
a:active {
color: #FFCC33;
}
a:visited {
color: #999999;
text-decoration: none;
}
.p9grey {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 180%;
color: #333333;
}
.p91 {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 150%;
color: #333333;
}
td {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 180%;
color: #666666;
}
.p9lightgrey {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 180%;
color: #666666;
}
.stedit { BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; border-color: #4A3163; FONT-SIZE: 12px; COLOR: #040cad; background-COLOR: #ffffff}