<style>
<!--
a:link	
	{
		font-weight:		bold;
		text-decoration:	none;
		color:				blue;
	}

a:visited	
	{
		font-weight:		bold;
		text-decoration:	none;
		color:				blue;
	}

a:active
	{
		font-weight:		bold;
		text-decoration:	none;
		color:				green;
	}

a:hover
	{
		font-weight:		bold;
		text-decoration:	none;
		color:				red;
	}

div.hdr {
    width: 700;
    height: 40;
    font-family:  Arial Rounded MT Bold;
    font-size: 24pt; 
    font-weight: bold;
    color: #8000FF;
    filter: shadow(color=#E4CAFF, direction=120)
   }

   
-->
</style>
