h1,h2,h3,b,th{
	font-weight: 600;
}
h1,h2,h3,h4{
	line-height: 1.4;
}
h1{
	font-size: 24px;
	color: #0078d4;
	margin: 12px 0 8px;
}
h2{
	font-size: 20px;
	margin: 12px 0 8px;
}
p{
	margin: 0 0 8px;
}
code{
	color: #0078d4;
	background: #f2f8ff;
	border: 1px solid #bfddff;
	border-radius: 4px;
	padding: 1px 5px;
	font-weight: 500;
	font-size: 15px;
}
.text-site{
	color: #0078d4;
}
footer{
	padding: 8px 0;
	background: #0078d4;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
footer p a{
	color: #fff;
	text-decoration: none;
}
footer p a:hover{
	color: #fff;
	text-decoration: underline;
}