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:
|
body {
font-family: Tahoma, Verdana, Gautami;
font-size: 7pt;
color: black;
text-align: center;
background-color: white;
filter:chroma(color: white);
scrollbar-face-color: white;
scrollbar-track-color: white;
scrollbar-arrow-color: black;
scrollbar-base-color: white;
scrollbar-shadow-color : black;
scrollbar-3dlight-color: white;
scrollbar-darkschadow-color: white;
scrollbar-highlight-color: black;
cursor: crosshair;
}
div {
font-family: Tahoma, Verdana, Gautami;
font-size: 1;
color: black;
text-align: center
}
td {font-family: Tahoma, Verdana, Gautami; font-size: 1; color: black; text-align: center}
table {font-family: Tahoma, Verdana, Gautami; font-size: 1; color: black; text-align: center; border-width: 1px;}
A:link {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:visited {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:active {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:hover {color: black; CURSOR: crosshair; text-align: center}
textarea {color: white;
font-family: Tahoma, Verdana, Gautami; font-size: 7pt; text-align: center;
text-decoration: none; border-color: black;
border-width: 1px; } |