
<style type="text/css">
<!-- /* use HTML comment tags around style sheet text to ensure hiding from older user-agents */
/* use C-style comments like this within style sheets */


BODY {
    color: ff6347;
    background-color: ffcc66; 
    scrollbar-face-color: fffacd; 
    scrollbar-shadow-color: orange; 
    scrollbar-highlight-color: orange; 
    scrollbar-3dlight-color: orange; 
    scrollbar-darkshadow-color: darkorange; 
    scrollbar-track-color: ffcc66; 
    scrollbar-arrow-color: orange; 
    }

A:link {color: FF3399} /* unvisited link */
A:active {color: red; background: transparent}  /* activated link (transparent background is the default, included for illustration) */
A:visited {color: FF3333}  /* visited link */
A.special {color: yellow; background: black}

P { 
    font-family: Arial, sans-serif;
    font-style: normal;
    font-size: small;
   }

ADDRESS {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: small;
    font-weight: bold;
    }

-->
</style>
