

<style>
<!--
#link3:link		{
                font-size:20;
				background-color: #666666;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}
				
#link3:hover	{
				background-color: white;
				color:  black;
				font-weight: bold;
				text-decoration: underline;
				}				
				
#link3:active	{
				background-color: #BC8F8F;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}			
				
#link3:visited	{
                font-size:20;   
				color: #CCCCCC;
				font-weight: bold;
				text-decoration: underline;
				}			

#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: #5F9EA0;
				color: white;
				font-weight: bold;
				text-decoration: underline;
				}			
				
#link4:visited	{
                font-size:20;
				color: #40E0D0;
				font-weight: bold;
				text-decoration: none;
				}			
								
-->
</style>
