Use the following code to make your own css; all you have to do is replace the word COLOR with a color or a hex code from here. And also use the codes in the table below the css code to spiffy it up a bit!


<style type="text/css"><!-- BODY{background:COLOR;scrollbar-arrow-color:COLOR;scrollbar-base-color:COLOR; scrollbar-dark-shadow-color:COLOR;scrollbar-shadow-color:COLOR;scrollbar-highlight-color:COLOR; scrollbar-3dlight-color:COLOR;scrollbar-track-color:COLOR} A:LINK{font-family:NAME;font-size:#pt;text-decoration:none;color:COLOR} A:VISITED{font-family:NAME;font-size:#pt;text-decoration:none;color:COLOR} A:ACTIVE{font-family:NAME;text-decoration:none;color:COLOR} A:HOVER{color:COLOR;cursor:hand;text-transform:uppercase;font-family:NAME} B{color:COLOR;font-family:NAME;font-weight:bold;font-size:#pt;font-style:normal} u{color:COLOR;font-family:NAME;font-weight:bold;font-size:#pt;text-decoration:underline} i{color:COLOR;font-family:NAME;font-weight:none;font-size:#pt;font-style:italic} xmp{color:COLOR;font-family:NAME;font-weight:none;font-size:#pt;font-style:normal} font{color:COLOR;font-family:NAME;font-size:#pt;line-height:#pt;font-weight:normal;font-style:normal} input,textarea,submit,reset{border:1 dashed #COLOR;background:COLOR;color:COLOR;font-family:NAME;font-size:#pt; line-height:#pt;font-weight:none;font-style:normal} hr{color:COLOR;height:#;width:#;border-bottom:SOLID 1pt COLOR;border-top:SOLID 1pt COLOR;border-left:solid 1pt COLOR; border-right:solid 1pt COLOR}--></style>


The Code. * What it does to your css. *
text-decoration:none; No Underline Or Overline
text-decoration:underline; Underline
text-decoration:underline overline;An Underline and Overline
border-bottom:#pt SOLID COLOR;Border On The Bottom/Decorative Underline
background-color:COLOR;Background Color
font-weight:bold;Bold
font-style:italic;Italic
text-decoration:line-through;Strikeout
text-transform:uppercase;UPPERCASE
text-transform:lowercase;lowercase
text-transform:capitalize;Capitalize
cursor:default;Default Cursor
cursor:crosshair;Cross-hair Cursor
cursor:hand;Hand Cursor
cursor:text;Text Cursor
cursor:n-resize;Cursor Points Up
cursor:w-resize; Cursor Points Left
cursor:e-resize;Cursor Points Right
cursor:sw-resize;Cursor Points Left and Right
cursor:w-resize;Cursor Points Left
cursor:ne-resize;cursor points northeast
cursor:nw-resize;Cursor Points NorthWest
cursor:se-resize;Cursor Points SouthEast
cursor:sw-resize;Cursor Points SouthWest
cursor:wait;Busy Cursor
cursor:move;Drag Cursor
cursor:help;Help Cursor
font-size:#pt;Font Size
font-family:FONTNAME;Font Name
text-align:justify;Changes Text Alignment to Justify
text-align:right;Changes Text Alignment to Right
text-align:left;Changes Text Alignment to Left
text-align:center;Centers Text
letter-spacing: NUMBERpt;How Far Apart The Letters Are Spaced
border:COLOR NUMBER SOLID;Adds A Colored Border That Can Be Solid, Dotted, or Dashed
border-bottom:SOLID NUMBER COLOR;
or border-top:SOLID NUMBER COLOR;
Same As Above BUT It Only Borders The Top/Bottom
filter:flipv;height:NUMBER;Turns Text Upside Down
filter:fliph;height:NUMBER;Makes Text Backwards
filter:blur;height:NUMBER;Makes Text Blurry
filter:glow(color=COLOR,offX=NUMBER, offY=NUMBER);
height:NUMBER;
makes text glow
filter:dropshadow(color=COLOR,offX=NUMBER, offY=NUMBER);
height:NUMBER;
Gives Text A Dropshadow
filter:shadow(color=COLOR,offX=NUMBER, offY=NUMBER);
height:NUMBER;
Gives Text A Shadow
filter:invert;height:NUMBER;Turns Text The Opposite Of What It's Supposed To Be
position:relative;left:#px;top:#px;Changes Position
background:url(IMAGE URL);Background Image
filter:progid:dximagetransform. microsoft.gradient(gradienttype=1,
startcolorstr=COLOR 1,endcolorstr=COLOR 2); height:3
Background That Blends From One Color To Another