<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ec_footer_link {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin-top: 9px;
	margin-bottom: 9px;
	float: left; /*this was used originally when I set pages up, so I am keeping it as a default, if unnecessary set to float:none inline*/
}

a.ec_footer_link:link {
	font-family: Arial;
	font-size: 11px;
	text-decoration:underline;
	color: #333333;
}

a.ec_footer_link:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration:underline;
	color: #333333;
}

a.ec_footer_link:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration:underline;
	color: #333333;
}

a.ec_footer_link:active {
	font-family: Arial;
	font-size: 11px;
	text-decoration:underline;
	color: #333333;
}</pre></body></html>