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:
|
BODY { SCROLLBAR-BASE-COLOR: #eaa4a2; SCROLLBAR-ARROW-COLOR: #f2e9e2; }
SELECT {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #f2e9e2;
BACKGROUND-COLOR: #CFCFCF;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #f2e9e2;
BACKGROUND-COLOR: #eaa4a2;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #f2e9e2;
BACKGROUND-COLOR: #eaa4a2;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
.topnavi {
padding-right: 5px;
padding-bottom: 18px;
padding-left: 5px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(); }
.clsCursor { cursor: hand} |