
<style>
<!--
#link3:link		{
				background-color: #A9A9A9;
				color: white;
				font-weight: bold;
				text-decoration: none;
				}
				
#link3:hover	{
				background-color: #FFFFFF;
				color:  black;
				font-weight: bold;
				text-decoration: underline;
				}				
				
#link3:active	{
				background-color: #A9A9A9;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}			
				
#link3:visited	{
				color: #000000;
				font-weight: bold;
				text-decoration: none;
				}			
				
-->
</style>