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:
|
BODY {
BACKGROUND-IMAGE: url(http://i29.tinypic.com/i1dyme.jpg);
BACKGROUND-ATTACHMENT: fixed;
SCROLLBAR-BASE-COLOR: #403d35; SCROLLBAR-ARROW-COLOR: #ebe8c8; }
SELECT {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana;
COLOR: #403d35;
BACKGROUND-COLOR: #ebe8c8;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana;
COLOR: #403d35;
BACKGROUND-COLOR: #ebe8c8;
}
.normalfont {Verdana}
.smallfont {Verdana}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana;
COLOR: #403d35;
BACKGROUND-COLOR: #ebe8c8;
border-top-width : 2px;
border-right-width : 2px;
border-bottom-width : 2px;
border-left-width : 2px;
text-indent : 3px;
}
.topnavi {
padding-right: 5px;
padding-bottom: 18px;
padding-left: 5px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #403d35; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #403d35; TEXT-DECORATION: none; text-transform: uppercase; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #403d35; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #403d35; TEXT-DECORATION: none; text-transform: uppercase; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #403d35; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #403d350; TEXT-DECORATION: none; text-transform: uppercase; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #403d35; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #403d35; TEXT-DECORATION: none; text-transform: uppercase; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #403d35; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #403d35; TEXT-DECORATION: underline; text-transform: uppercase; }
#tabletitle { background-image: url(/); }
.clsCursor { cursor: hand} |