OK CSS is some what like HTML, but maybe a lil bit harder. CSS means cascading stylesheets. I suggest you stick with HTML. You CSS only if u need to.

To add an image background to your Site:

The background is FIXED meanin it wont move on ur screen.

To add an image background and a color background to your Site:

Addin a color background is good so just incase the image url does not work the color will show instead.

To add CSS to your Links:

[a:link] This is for Links that have not yett been visted
[a:active] Links that have been clicked on
[a:visited] Links that have already been seen
[a:hover] Links for when your mouse is on
You can add Borders [border:#99000 2px solid] and or Backgrounds [background:#990000]

To add color to ur scroll bar:
Word





Word
See the scroll bar is Red.


To add different colors to ur scroll bar:
Word





Word
See the scroll bar is different colors.
[scrollbar-track-color] This part of the scroll bar is the bottom. Its white here.
[scrollbar-highlight-color] Here it is Teal.
[scrollbar-3dlight-color] 3D Light is Red
[scrollbar-darkshadow-color] Shadow here is Blue
[scrollbar-shadow-color] Here it is Olive Green
[scrollbar-arrow-color] Color od the arrow, here it is Green
[scrollbar-face-color] Color of the scroll bar, here it is black.



To change a border on a Table Or Div:
Solid Border
Double Border
Inset Border
Outset Border
Dashed Border
Dotted Border

just add the name to da code style="border:#99000 2px solid" change solid to whatever which one you want

Too add a border to your page: Same as for the DIV or Table change the sytl of the border to which one you want


Too addmore then one color to the border: