
<style type="text/css">{  }
A:link { color:white;text-decoration:none; cursor:help;}
A:visited { color:white;text-decoration:none; cursor:help;}
A:active { color:white;text-decoration:none; cursor:help;}
A:hover { color:white;text-decoration:none; cursor:help;}


body 
{ 
background-image: url('bg1.jpg');
background-attachment: fixed;

font-family: verdana;
color: #FFF9E3; 
letter-spacing: 1pt; 
font-weight: normal; 
font-size:8pt;



scrollbar-face-color : #FFF9E3; 
scrollbar-highlight-color :white; 
scrollbar-3dlight-color : #FFF9E3; 
scrollbar-shadow-color : black; 
scrollbar-darkshadow-color : #FFF9E3;
scrollbar-track-color : black; 
scrollbar-arrow-color :white; 

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}



input, textarea
{ background: #000000 url('yourimage.gif');
font-family: value; [your font name]
color: #000000; 
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: valuepx; [numerical }

</style>