1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
|
body {
background-color: transparent;
font-family: Verdana;
color: #96af60;
text-align: center;
font-size: 7pt}
A:link { color: #96af60; text-decoration: underline}
A:visited { color: #96af60; text-decoration: underline}
A:hover { color: #96af60; text-decoration: overline}
A:active { color: #96af60; text-decoration: none}
{
scrollbar-face-color: ##0000FF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: ##0000FF;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: ##330066;
scrollbar-arrow-color: #000000;
scrollbar-track-color: ##00FFFF;} |