<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	background: #FFF url(../images/background-orange.jpg) no-repeat top center;
	color: #030303;
}
.white-text, .white-text a{
	color: #030303;
}
#footer a { color: #030303; }
#footer a:hover, #footer a:focus{ color: #030303; text-decoration: underline; }

		.pagination, .pagination a{
			color: #A37E3F;
		}
		.pagination input{
			border: 1px solid #6d6d6c;
			background: #FFF;
			color: #A37E3F;
		}
	.footer-top{
		background: url(../images/footer-bar-top-white.png) repeat-x;
	}
	.footer-btm{
		background: url(../images/footer-bar-btm-white.png) repeat-x;
	}</pre></body></html>