body { background:        silver;
       font-family: Verdana;
       font-size: 10pt; color:#000080 }
       
 h1 { font-family: WATERFALL;
     font-size: 24pt;
     font-style: bold; color:#000080 }
      

h2 { font-size: 12pt; color: #000080; font-family:Times New Roman }
#footer { font-family: verdana, arial }

<p class="caption">This element is associated with the caption class.</p>

<p id="footer">This is the page footer and only this element will have this style.</p>

<style type="text/css">
body {
scrollbar-arrow-color: silver;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: black;
scrollbar-track-color: silver;
scrollbar-face-color: navy;
scrollbar-shadow-color: white;
scrollbar-highlight-color: silver;
scrollbar-3d-light-color: black;
}
</style>


  

a:link
{
	color: #66FFFF;font-family:Verdana; font-style:italic 
}
a:visited
{
	color: #C0C0C0; 
} 
a:active 
{
	color: #FF0000;
}

table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); font-family:serif; font-size:8pt; color:#C0C0C0; text-align:center 
}