@import url(https://fonts.googleapis.com/css?family=Average+Sans);

h1, h2, h3, h4, h5, h6, p, li, .csc-default {
	font-family: "Average Sans",sans;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: rgb(38,148,210);
	text-shadow: 0px 0px 2px rgb(255,255,255);
	margin-bottom: 12px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: rgb(38,148,210);
	text-shadow: 0px 0px 2px rgb(255,255,255);
	margin-bottom: 12px;
	padding-top: 6px;
}

.csc-default p.bodytext, .csc-default ul, .csc-default li {
	line-height: 140%;
	margin-bottom: 8px;
}