body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4;
	background:#F5F5F5;
	hyphens: manual;
	color: #696969;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #696969;
}

a.link:link,
a.link:visited,
a.link:hover,
a.link:active{
	text-decoration: none;
}

.toc li,
.toc ul,
.toc ul li{
	margin-left: -0.75rem !important;
}

.content-data{
	margin-top: 1.0rem;
}

.content .content-item .title
{
	font-weight: 600;
	font-size: 1.5rem;
}

ol.content{
	list-style: none;
	counter-reset: main-content;
	margin-left: -2.0rem;
}

.content .content-item{
	counter-increment: main-content;
	margin-top: 2.0rem !important;
}

.content .content-item::before{
	content: counter(main-content) ". ";
	font-size: 1.5rem;
	font-weight: 600;
}



h4{
	margin-top: 2.0rem !important;
	margin-bottom: 1.0rem !important;
	font-weight: 600;
}


