In this example I have styled the body tag to give an overall style.

This used the following style sheet in the header:


body{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #0033CC;
}

Then I have defined an id using this style:

#idexample {
font-family: Verdana, Geneva, sans-serif
font-size: 80%;
font-style:italic;
border-top: solid #00F medium;
padding: 3px;
}

and applied it to this line of text to give a footer