.text-bold {
	font-weight: bold;
}
.text-sub {
	text-decoration: underline;
}
.text-justify {
	text-align: justify;
}
img.img-center {
	margin: 0 auto;
}
.buletless-li {
	list-style-type: none;
}
img.img-r {
	margin-right: 0;
	margin-left: auto;
}
img.h-100 {
	height: 100%
}