.bg-black {
	background-color: black;
}

.bg-white {
        background-color: white;
}

.bg-lightgray {
	background-color: #FAFAFA;
}
