1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
|
A:link { color: #000000; text-decoration: none; none;}
A:visited { color: #000000; text-decoration: none; font-weight:none;}
A:hover { color: #909452; text-decoration: underline overline; filter:blur;}
A:active { color: #000000; text-decoration: underline overline;}
body {
font-weight:normal;
font-color: #000000;
text-align: center;
font-family: Verdana;
font-size:8pt;
background-attachment: fixed;
scrollbar-face-color: #ddd6bd;
scrollbar-highlight-color: #ddd6bd;
scrollbar-3dlight-color: #ddd6bd;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #ddd6bd;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #909452;}
|