<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-color: #DDC793;
	background-image: url(../images/bg.png);
}

#footer{
	line-height:1.5em;
	margin:0;
	padding:5px;
	background-color:#8F7130;
	color:#fff;	
}

header p{
	color:#333;	
	text-shadow: none;
}

section p{
	color: #FBFBFB;
	text-shadow: none;
}

p{
	color:#000;	
}

h1,h2,h3,h4,h5,h6{
	color: #A80000;
}

hr {
	margin: 2em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: rgba(139,100,7,0.25);
	}

/*#navButton .toggle:before {
	background: rgba(253, 56, 162, 0.9);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 2.25em;
	left: 0.5em;
	line-height: 2.25em;
	position: absolute;
	text-align: center;
	top: 0.5em;
	width: 3.5em;
}*/
</pre></body></html>