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:
|
A.navi:hover{
font-family: Tahoma;
font-size: 8pt;
line-height: 8pt;
color: #55380f;
text-transform: uppercase;
text-decoration: none;
font-weight: normal;
border: 1px dotted #55380f;
}
A.navi2:link, A.navi:active, A.navi:visited{
color: #55380f;
font-family: Tahoma;
font-size: 8pt;
text-decoration: none;
background-color: #faeec1;
border-bottom: 1px dotted #55380f;
display: block;
}
A.navi2:hover{
color: #55380f;
font-family: Tahoma;
font-size: 8pt;
text-transform: uppercase;
background-color: #faeec1;
border-bottom: 1px dotted #55380f;
display: block;
}
A.navi3:link, A.navi:active, A.navi:visited{
color: #55380f;
font-family: Tahoma;
font-size: 8pt;
text-decoration: none;
background-color: #faeec1;
border-bottom: 1px dotted #55380f;
display: block;
}
A.navi3:hover{
color: #55380f;
font-family: Tahoma;
font-size: 8pt;
text-transform: uppercase;
background-color: #faeec1;
border-bottom: 1px dotted #55380f;
display: block;
} |