)| body,div,td,p{font-family: FONTTYPE; color: COLOR; font-size: SIZE} A{text-decoration: DECORATE; font-family: FONTTYPE; color: COLOR; font-size: SIZE} body{background: COLOR; background-image: url(IMGLINK)} scrollbar-face-color : COLOR; scrollbar-highlight-color : COLOR; scrollbar-3dlight-color : COLOR; scrollbar-shadow-color : COLOR; scrollbar-darkshadow-color : COLOR; scrollbar-track-color : COLOR; scrollbar-arrow-color : COLOR} body{cursor: CURSOR} | This changes the fonts on your page. FONTTYPE can be changed to things such as Arial, Verdana or any other font. Color can be any color of the rainbow. Make sure to change size, too. Standard size is 12. This changes the linkon your page. DECORATE can be changed to: underline, overline, underline overline, line-through, none. This changes the background. You can have a color and an image, but if you only want a color, erase "background-image: url(IMGLINK)". This changes your scrollbar. Experiment! This changes your cursor. CURSOR can be changed to: default, auto, wait, crosshair, hand, help, text, move. |