body {
	color: #000;
	line-height: 1.2;
	background-color: #EFEFEF;
	font-family: 'HelveticaNeue-Light','-apple-system';
	font-size: 20pt;
	font-weight: lighter;
	margin: 12px;
	}
p {
	-webkit-margin-before: 25px;
	-webkit-margin-after: 25px;
	}
p.cat {
	font-weight: bold;
	color: #993300;
}
p.subcat {
	color: #991100;
}
p.subcat2 {
	color: #993300;
}
p>span {
	color: #144fad;
}
.copyright {
	color: #000;
	line-height: 1.2;
	font-size: 17pt;
	margin-top: 30px;
}