<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.post {
	color:rgba(0, 0, 0, 0.8);
	font-family:'Tahoma';
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:0.16px;
	line-height:33px;
}

div.post h3 {
	font-size:32px;
	line-height:42px;
	margin-top:10px;
	margin-bottom:10px;
}

div.post p {
	padding-left:10px;
}

.quote {
	border-left:4px solid silver;
}

.lead {
	background:#eee;
	border:1px solid #ddd;
	border-radius:2px;
	font-weight:700;
	padding:10px;
}

.offer {
	border-radius:3px;
	padding:10px;
}

.margin-left {
	margin-left:12px;
}

.margin-top {
	margin-top:20px;
}

p.double-quote:before {
	content: "\f10d";
	font-size:25px;
	font-weight:100;
	font-family: 'FontAwesome';
	color:silver;
}

p.smaller {
	font-size:12px;
}

div.post li {
	line-height: 28px;
	margin-left: 20px;
	padding-bottom: 10px;
}</pre></body></html>