<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>
Stylesheets are used to help make changing layouts easier. Instead of having to change the colors on each page everytime you change your layout, all you have to do is change them in your stylesheet. Below is an example of what an internal stylesheet looks like. It looks like the external stylesheet but instead of linking to it you just paste it in the actual page in between the <head> </head> tags.
For further assistance email me.
Copy and Paste the code below (in the textarea) into between the <head> </head> tags. Now anything that is in red and bold in the example below is where you can change to be what you want. The options you can put in each field is next to the bold text in between the /* */ which you can leave the notes and it won't affect the code. Please refer to the example below to help you change the options in your css. That's all.
Internal Stylesheet Tutorial
Example Stylesheet For You To Refer To
For the Color Chart Click Here
Instructions
Copyright 2005- CasandysDesigns.com
All Rights Reserved