<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		html,
		body {
			background: #EDEDEE;
			color: #779;
			/*font-family: National2,"Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
			font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
			padding-top: 2em;
			padding-left: 2em;
			padding-bottom: 4em;
			padding-right: 2em;
		}

		.spage {
			width: 850px;
			min-height: 1100px;
			background: #FFF;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
			margin: 8em auto 0 auto;
			color: #333
		}

		.spage h1 {
			font-size: 4rem;
		}

		.spage h2 {}

		.spage h1,
		.spage h2,
		.spage h3,
		.spage h4,
		.spage h5,
		.spage h6 {
			margin-bottom: 1em;
			color: #31913d;
			font-weight: 600;
		}
		p {
		margin-right: 2em;
		margin-left: 2em;
		}</pre></body></html>