body 
{color: 33ccff; font-family:FONT; font-size: 12px;
background-color: #000000;
background-attachment:fixed;}
a {color: #33ccff;}
a:active {color: #99ff00;}
a:visited {color: #99ff33;}
Begin style sheet:

<style type="text/css">

A:link
{ text-decoration: underline; color:#33cc33; }
A:visited
{ text-decoration: none;  color:#00cc00; }
A:active
{ text-decoration: underline overline; color:#33cc33; }
A:hover
{ text-decoration: blink;  color:#00cc00;

background-image: url(yourimage.gif);
background-color: #3366ff;

(Warning: the following cursor attribute is for those who use IE only!)

cursor: crosshair; 
cursor: url('yourdomain.com/cursor.ani');}

h1 {font-family: arial;  
color: value; [your font color (#ff0000)] } 

p {font-family: arial;  
color: value; [your font color (#ff3300)] } 

body 
{ background: #3366ff; 
background-image: url(value); 
background-repeat: value; 
background-position: valueI valueII; 

background-attachment: fixed; 

font-family: arial; 
color: #ff3300 ; 
letter-spacing: 5pt; 
font-weight: bold; 
font-size: 12pt; 


(Warning: the following scrollbar attribute is for those who use IE only!)

scrollbar-face-color : #ff0000; 
scrollbar-highlight-color : #33cc33; 
scrollbar-3dlight-color : #33ccff; 
scrollbar-shadow-color : #9966cc; 
scrollbar-darkshadow-color : #ffff33;
scrollbar-track-color : #ffff33; 
scrollbar-arrow-color : #00cc00; 

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

td
{ font-family: arial; 
color: #ff3300;
padding-left: 2cm; 
padding-right: 2cm; 
padding-top: 2cm; 
padding-bottom: 2cm; 
padding: 2cm;  

input, textarea
{ background: #ff0000 url(checks1.bmp);
font-family: arial; 
color: #ff3300; 
border-style: dashed; 
border-color: #ffff33;
border-width: 0px;  }

</style>

End style sheet