<style type="text/css">
body {
cursor: crosshair; /*default, auto, wait, crosshair, hand, help, text, move, s-resize, e-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize or put this for you custom cursor url('yourdomain.com/cursor.ani')*\
background: #000000;
background-image: url(background.gif);
background-attachment: fixed; /*scroll or fixed*/
font-family: arial; /*your font name*/
color: #000000;
font-weight: normal; /*lighter, normal, bold, or bolder*/
font-size: 10pt; /*xx-small, x-small, small, medium, large, x-large, xx-large, or any number value like 10pt, 11pt, etc*/
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000; }
A:link {
text-decoration: none; /*underline, overline, underline overline, line-through, none*/ color: #000000; }
A:visited {
text-decoration: none; /*underline, overline, underline overline, line-through, none*/ color: #000000; }
A:active {
text-decoration: none; /*underline, overline, underline overline, line-through, none*/ color: #000000; }
A:hover {
text-decoration: underline overline; /*underline, overline, underline overline, line-through, none*/ color: #000000; cursor: crosshair; /*default, auto, wait, crosshair, hand, help, text, move, s-resize, e-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize or put this for you custom cursor url('yourdomain.com/cursor.ani')*/ }
input, submit, textarea {
background: #000000 url(yourimage.gif); /*leave blank if you don't want one*/
font-family: arial; /*your font name*/
color: #000000;
border-style: solid; /*dotted, dashed, solid, double, groove, ridge, inset, outset*/
border-width: 1px; /*any number value like 1px, 2px, 3px, etc.*/
border-color: #000000; }
</style>