

html, body { 
 background-image: starfi1.gif; 
 background-repeat: repeat; 
 background-attachment: fixed;
 scrollbar-arrow-color:#cccccc;
 scrollbar-base-color:#cccccc;
 scrollbar-shadow-color:#cccccc;
 scrollbar-face-color:#000000;
 scrollbar-highlight-color:#cccccc;
 scrollbar-dark-shadow-color:#000066;
 scrollbar-3d-light-color:#000066;
}

H1 { font: 20pt serif; color: #00FF00; }
P { font: 10pt Helvetica; color: #FF0000; }

A:link { color: #00ff00; text-decoration: underline; }
A:visited { color: #00ff00; text-decoration: underline; }
A:active { color: #ff0000; text-decoration: underline; }
A:hover { color: #ffffff; background: #ff0000; }