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
|
body {
margin-top: 0px;
background-image: url();
background-repeat: repeat;
background-color: #82CDFF;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.brod {
color: #666666;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
}
.style6 {
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #627E27;
font-weight: bold;
}
.style9 {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: #627E27;
font-weight: bold;
}
a:link {
color: #333333;
}
a:visited {
color: #333333;
}
a:hover {
color: #333333;
}
a:active {
color: #333333;
}
.style11 {
color: #999999;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style16 {color: #666666; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-style: italic; }
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #627E27; font-size: 14px;}
.style20 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
}
|