<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #333;
}

body {
	background-color: white;
}

a {
	color: #9d884a;
}

a:hover {
	color: #cbb677;
}

.header {
	width: 100%;
	text-align: center;
	background-color: #CBB675;
	border-top: 1px solid white;
}

.header-wrapper {
	border-top: 37px solid #000018;
}

.header__logo {
	margin: 7px auto 12px;
}

.header__nav {
	width: 100%;
	background-color: #4D4538;
	font-size: 0;
	margin-bottom: 20px;
}

.header__nav a {
	color: white;
	font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
	font-size: 16px;
	padding: 0 17px;
	line-height: 40px;
	transition: color 0.3s,background 0.3s;
}

.header__nav a:hover {
	color: #9c8c5b;
	text-decoration: none;
}

.main {
	width: 1080px;
}

.sidebar {
	margin-right: 40px;
}</pre></body></html>