<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/osans/osans.css");

a {color:#3474b0;}

body {
	font-family: 'OpenSansRegular';

	font-size:13px;
	color:#000;

}

h1 {
	font-weight:300;
	font-family: 'OpenSansRegular';
	font-size:24px;
	color:#484848;
	margin-bottom:30px;
	margin-top: 0;
	padding:0;
}
h2 {
	font-family: 'OpenSansRegular';
	font-weight:300;
	font-size:20px;
	color:#484848;
	margin-bottom:30px;
}
h3 {
	font-family: 'OpenSansRegular';
	font-weight:300;
	font-size:16px;
	color:#484848;
	margin-bottom:30px;
}
p,ul,ol {
	line-height:20px;
}</pre></body></html>