......Have you ever seen a message board with the different link colors then the default ones that change? How about one that has different colored scroll bars? You can have them too. All you have to have is a basic knowledge of HTML and hex (color) values. Interested? Then you need to learn style sheets.
..... Style sheets can change backgrounds, scroll bars, links, and form fields and many other items within a web page. Style sheets are designed for and very useful for big websites with lots of pages. They can be used with just a few pages too. The idea is that you can just use one line of code to replace the settings, for fonts, formatting and a host of other properties common to all of your pages. What is needed is to create the style sheet to just include the style sheet text, copy the proper information to each page and it is then done for you. It can be harder than it looks, but it may be easy for you! You can find more about these at Style sheets . There are also tutorials and lots of information in this CSS section about cascading style sheets provided by The World Wide Web Consortium.