<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* footer links */
#foot_links {
	border-top: 1px solid #cccccc;
	clear: both;
	margin-top: 20px;
}
#foot_links table {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
}
#foot_links td {
	vertical-align: top;
	padding: 20px 0 0;
	width: 25%;
}
#foot_links div {
	margin: 0 5px;
}
#foot_links ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#foot_links li {
	margin: 0;
	padding: 0;
}
#foot_links p {
	padding: 10px 0 5px;
}
#foot_links a {
	color: black;
	text-decoration: none;
}
#foot_links a:hover {
	text-decoration: underline;
}</pre></body></html>