blob: 8c8053e523245362933d4717b23ac7530ec23e56 (
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
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
54
55
|
.topbar .menu{
background-image:url("images/TitleC.png");
font-size: 0pt;
}
.navbarHead {
font-family: Gourmand;
font-size: 10pt;
color: #404000;
font-weight: bold;
}
.navbarHead a{
padding-left: 12px
}
.navbar{
font-family: TimesNewRoman;
font-size: 8pt;
}
.navbar a {
text-decoration: none;
color: #656565;
font-size: 10pt;
padding-left: 5px ;
}
.navbar a:hover {
color: #006602;
text-decoration: underline;
}
.content {
font-family: Arial, Helvetica;
font-size: 12px;
}
.content .title a {
font-family: Gourmand;
text-decoration: none;
color: #404000;
font-weight: bold;
font-size: 10pt;
}
.copyright {
font-family: Arial, Helvetica;
font-size: 10px;
text-align: center;
padding: 10px;
}
|