.mainpage{
	font-family: 'Source Sans Pro', sans-serif;
}

h2{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #428bca;
}
h3{
	font-size: 30px;
	font-weight: blog;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text-body h3 a{
	color: black;
}

h4{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #428bca;
}
p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
li{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.text-body a{
	color: #428bca;
	text-decoration: none;
}

.text-body li{
	line-height: 30px;
}
.inline{
/*	font-family: 'Source Code Pro'; */
/*	font-family: 'Source Sans Pro', sans-serif; */
	font-size: 17px;
	line-height: 30px;
	font-weight: 200;
	color: #008f00;
}
.inline a{
	text-decoration: none;
/*	color: #008f00; */
	color: #346fa1; /*#3b7db5*/
	font-weight: 400;
}

.hljs{
	font-size: 15px;
}

fn{
	color: #999999;
	font-size:12px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
fn a{
	color: #346fa1;
}

.img-size{
	width: 400px;
	height: 400px;
	margin-top: -70px;
	margin-bottom: -70px;
}
.img-size2{
	width: 400px;
	height: 400px;
}

.img-wide{
	width: 650px;
	height: 400px;
	margin-top: -70px;
	margin-bottom: -70px;
}

.img-wide2{
	width: 400px;
	height: 185px;
}

.img-wide3{
	width: 400px;
	height: 254px;
}

pre{
	border: solid 1px;
	border-color: #d3d3d3;
}

