A:link
{ text-decoration: none; color:#0099FF; }
A:visited
{ text-decoration: none; color:#0099FF; }
A:active
{ text-decoration: line-through; color:#FFFFFF; }
A:hover
{ text-decoration: underline overline; color:#FF6699;

background-color: #660099;

cursor: crosshair;}

h1 {font-family: arial; 
color: #0099FF; } 

p {font-family: Comic Sans MS; 
color: #FF99FF; } 

body 
{ background: #660099; 
background-image: url(value);
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]

scrollbar-face-color : #FF99FF; 
scrollbar-highlight-color : #000000; 
scrollbar-3dlight-color : #000000; 
scrollbar-shadow-color : #000000; 
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000; 
scrollbar-arrow-color : #000000; 

}