/* CSS Document */

<style type = "text/css">

a:active, 
A:active 
		{
		color:#666666;
		text-decoration: none
		}
a:visited, 
A:visited 
		{
		color:#666666;
		text-decoration: none
		}
a:link,
A:link
        {
        color:#666666;
        text-decoration: none
        }
/* add underline; in the text decoration line */
a:hover,
A:hover
        {
	color: #276DD4; /* orange is FF6600 
        }


</style>
