blob: cbd2e0f0e6fc1bd5dd1e7213f5873f919ba8b3ab (
plain)
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
|
A.top:link {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 10pt;
}
A.top:active {
font-family: Arial, Helvetica, sans-serif;
color: #ff3300;
text-decoration: none;
font-size: 10pt;
}
A.top:visited {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 10pt;
}
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color : #333333;
}
|