1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
A:link { color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:hover { color: #000000; text-decoration: none; border-bottom:1 dotted; border-color:#000000;}
A:active { color: #000000; text-decoration: none; border-bottom:1 dotted; border-color:#000000;}
BODY { background-color= white;
background-image: url(bg.jpg);
background-attachment: fixed;
font-color= black; font-family= arial; font-size= 8pt;scrollbar-face-color: black;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: black; } |