	a:link	{text-decoration: none;	color: navy}

	a:visited	{text-decoration: none;	color: navy}

	a:hover {text-decoration: underline;	color: red}
	
	strong a:link {color: black}
	
	strong a:visited {color: black}
	
	strong a:hover {text-decoration: underline; color: navy}