.topbar {
	background: #ececec !important;
}
.text-justify {
	text-align: justify !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.size10 {
	font-size: 10px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.maroon {
	color: #802c59;
}