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:
|
BODY {
color: #798B8B;
cursor: crosshair;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
font-color: #798B8B;
.ueber {
width:100%;
text-align:center;
border-bottom:dotted;
}
background-image: url ('http://i26.tinypic.com/2w6tico.jpg');
background-position: 0px 0px;
background-attachment: scroll;
scrollbar-face-color: #BEC7C6;
scrollbar-highlight-color: #BEC7C6;
scrollbar-3dlight-color: #BEC7C6;
scrollbar-darkshadow-color: #BEC7C6;
scrollbar-shadow-color: #BEC7C6;
scrollbar-arrow-color: #798B8B;
scrollbar-track-color: #BEC7C6;
}
A:hover {cursor:crosshair; }
A:link {color: #798B8B; }
A:visited {color: #798B8B; }
A:hover {color: #798B8B; }
A:active {color: #798B8B; }
|