<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
	clear: both;
	background: url(../images/foot_bkgd.png) repeat-x;
	padding-top: 10px;
	border: none;
}

/*.footer {
	clear: both;
	background: url(../images/foot_bkgd.png) repeat-x;
	padding-top: 10px;
	border: none;
}
*/
footer p {
	float: left;
	font-size: 0.7em;
	border: none;
    margin: 0px;
    padding: 3px 0px 0px 0px;

}
/*
.footer_p {
	float: left;
	font-size: 0.7em;
	border: none;
	display: inline;
}
*/
footer ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	text-align: right;
	border: none;
}
/*
.footer_ul {
	float: right;
	list-style: none;
	width: 360px;
	margin-left: 0;
	padding-top: 3px;
	text-align: right;
	border: none;
	display: inline;
	font-size: 0.8em;
}
*/
footer ul li {
	display: inline;
	margin: 0 1px;
	border: none;
}
/*
.footer_li {
	display: inline;
	margin: 0 1px;
	border: none;
    vertical-align: top;
}
*/
footer ul li a {
	font-size: 0.8em;
}

footer ul li a:hover {
	color: #999000;
}</pre></body></html>