.lnk:link	
{
	color: Black;
	font-family: Arial;
	font-size:	.7em;
	font-weight: bolder;
}

.lnk
{
	color: Black;
	font-family: Arial;
	font-size:	.7em;
	font-weight: bolder;
}	
		
.lnk:visited	
{
	color: Black;
	font-family: Arial;
	font-size:	.7em;
	font-weight: bolder;
	}	
		
.lnk:active	
{
	color: Black;
	font-family: Arial;
	font-size:	.7em;
	font-weight: bolder;
	}	
		
.lnk:hover	
{
	font-family:Arial;
	color:Black	;
	text-decoration: none;
	}