<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
/* Begin of styles for the demo (you can remove them) */
a.expand {
	width: 90px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demo */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 200x;
	/* background: #FFE680; */
	padding-top: 10px;
	padding-bottom: 3px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-left: 200px solid #CDD5DB;
	border-right: 200px solid #CDD5DB;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
.content {
	padding: 0 20px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	position: relative;
	background: #FFFFFF; 
	left: -200px;
	font-size:70%;
	letter-spacing:-0.1em
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -200px;
	width: 200px;
	position: relative;
	background: #CDD5DB5c7392; 
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 10px;
	background: #FFFFFF;
	font-size:80%;
}
</pre></body></html>