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

html, body {

	background-color: #E9E9E9;
}

a {

	color: #0B479D;
}


a.nav-link {

	color: #0B479D !important;
	font-weight: bold;
}

a.nav-link:hover {

	color: #666 !important;
	font-weight: bold;
}



.sidebar-header {

	font-size: 14px;
	font-weight: bold;
}

.sidebar-text {

	font-size: 13px;

}

.sidebar-text a {

	color: #0B479D;
	font-weight: bold;
}

.sidebar-html {

	font-size: 13px;

}

.sidebar-html a {

	color: #0B479D;
	font-weight: bold;
}