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:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
|
/* CSS Document */
body,td {
color: #504F4F;
font-family: Arial;
font-size: 10px;
line-height: 16px;
text-align: justify;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #d4d1ca;
scrollbar-face-color: #656565;
scrollbar-highlight-color: #d4d1ca;
scrollbar-3dlight-color:#d4d1ca;
scrollbar-darkshadow-color: #d4d1ca;
scrollbar-shadow-color:#d4d1ca;
cursor: url(01.cur);}
u
{
color: #000000;
cursor: url(01.cur);}
i,em
{
color: #ffffff;
cursor: url(01.cur);}
strong,b
{
color: #7f838a;
cursor: url(01.cur);}
.header
{
color: #ffffff;
background-color: #000000;
font-family: Arial;
margin-left: 0px;
font-weight: bold;
font-size: 12px;
text-align: center;
letter-spacing: 1px;
border-bottom: 1px
}
.navi
{
color: #717171;
font-family: Arial;
margin-left: 15px;
}
A:link {
color: #717171;
text-transform: uppercase;
cursor: url(01.cur);
}
A:active {
color: #717171;
text-decoration: none;
text-transform: uppercase;
cursor: url(01.cur);
}
A:visited {
color: #717171;
text-decoration: border-bottom;
text-transform: uppercase;
cursor: url(01.cur);
}
A:hover {
color: #656565;
font-size: 12px;
text-decoration: border-bottom;
text-transform: uppercase;
cursor: url(01.cur);
|