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:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
|
body {
font-family:Verdana;
font-size: 8pt;
color: #daa076;
text-decoration:none;
background-attachment: fixed;
background-repeat: fixed;
}
.normalfont,td,tr {
font-family: Verdana;
font-size: 8pt;
}
.smallfont {
font-family: Verdana;
font-size: 8pt;
}
u {
text-decoration:none;
border-bottom:dotted 1px;
color:#F0D2BF;
}
i {
text-decoration:none;
color: #FFFFFF;
}
b {
text-decoration:none;
font-size:7pt;
color: #C3A159;
text-transform: uppercase;
}
textarea, input, select {
FONT-SIZE: 8pt;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #998E73;
BACKGROUND-COLOR: #D5DBD8;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
A:active, A:visited, A:link {
text-decoration:none;
color: #69A810;
font-family: Tahoma,Helvetica;
font-size: 8pt;
text-transform: uppercase;
}
A:hover {
text-decoration:underline;
color: #69A810;
}
#tablecat A:active, #tablecat A:visited, #tablecat A:link {
text-decoration:none;
}
#tablecat A:hover {
text-decoration:none;
}
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active {
text-decoration:none;
color: #69A810;
font-family: Tahoma,Helvetica;
font-size: 8pt;
text-transform: uppercase;
}
#tabletitle A:hover {
text-decoration:underline;
color: #69A810;
}
h1 {
font-family: Times New Roman;
font-size: 10px;
} |