<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html
	{
	background-color: #000;
	background-image: none;
	}

body
	{
	background-color: #000;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	}
	
.header-return-home a, .header-have-questions p
	{
	color:#ffffff!important;
	}</pre></body></html>