

<style>
<!--
#link3:link		{
                font-size:20;
				background-color: #696969;
				color: white;
				font-weight: bold;
				text-decoration: none;
				}
				
#link3:hover	{
				background-color: white;
				color:  black;
				font-weight: bold;
				text-decoration: underline;
				}				
				
#link3:active	{
				background-color: #696969;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}			
				
#link3:visited	{
                font-size:20;
				color: #20B2AA;
				font-weight: bold;
				text-decoration: none;
				}			

#link4:link		{
                font-size:20;
				background-color: #5F9EA0;
				color: white;
				font-weight: bold;
				text-decoration: none;
				}
				
#link4:hover	{
				background-color: white;
				color:  black;
				font-weight: bold;
				text-decoration: underline;
				}				
				
#link4:active	{
				background-color: #000000;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}			
				
#link4:visited	{
                font-size:20;
				color: #000000;
				font-weight: bold;
				text-decoration: none;
				}			
								
-->
</style>
