@charset "UTF-8";

* {
	color: #000000;	
}
.white {
	color: #ffffff !important;
}
.black {
	color: #000000 !important;
}
.dark-grey {
	color: #999999 !important;
}
.light-grey {
	color: #f3f4f5 !important;
}
.blue {
	color: #1a85fd !important;
}
.white-bg {
	background: #ffffff !important;
}
.black-bg {
	background: #000000 !important;
}
.dark-grey-bg {
	background: #999999 !important;
}
.light-grey-bg {
	background: #f3f4f5 !important;
}
.blue-bg {
	background: #1a85fd !important;
}