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:
|
BODY {
color: #ffffff;
font-size: 12px;
text-align: center;
table-align: center;
align: center;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #ffffff;
} a:link {
color:#81b3be;
font-style: normal;
text-decoration: none;
font-size: 12px;
text-align: center;
}
a:visited {
color: #81b3be;
font-style: normal;
text-decoration: none;
font-size: 12px;
text-align: center;
}
a:hover {
cursor: crosshair;
color: #81b3be;
font-style: normal; text-decoration: none;
font-weight: lighter;
font-size: 12px;
text-align: center;
text-transform: uppercase;
}
a:active {
color: #81b3be;
font-style: normal;
text-decoration: none;
} table, tr {
font-family: T;
font-size: 12px;
color: #81b3be;
border: 0px solid #cbcbcb;
width: 600px; }
td {
border: 0px solid #cbcbcb; }
.zeile1 {
background-color: #cbcbcb;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: bold; }
.zeile2 {
letter-spacing: 3px; }
|