1 |
.style1 { |
2 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
3 |
font-weight: bold; |
4 |
font-size: 24px; |
5 |
color: #000000; |
6 |
} |
7 |
|
8 |
.style2 { |
9 |
font-family: Verdana, Arial, Helvetica, sans-serif |
10 |
} |
11 |
|
12 |
.style3 { |
13 |
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; |
14 |
} |
15 |
|
16 |
a:link { |
17 |
color: #0000CC; |
18 |
text-decoration: none; |
19 |
} |
20 |
|
21 |
a:visited { |
22 |
text-decoration: none; |
23 |
color: #0000CC; |
24 |
} |
25 |
|
26 |
a:hover { |
27 |
text-decoration: underline; |
28 |
color: #0000CC; |
29 |
} |
30 |
|
31 |
a:active { |
32 |
text-decoration: none; |
33 |
color: #0000CC; |
34 |
} |
35 |
|
36 |
.style4 { |
37 |
font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; |
38 |
} |