.bgWhite 				{ background-color: #FFFFFF; }
.bgBlack 				{ background-color: #000000; }
.bgGrey 				{ background-color: #CCCCCC; }
.bgBlue 				{ background-color: #4285F4; }
.bgGreen 				{ background-color: #34A853; }
.bgYellow 				{ background-color: #FBBC05; }
.bgOrange 				{ background-color: #FF7C17; }
.bgRed 					{ background-color: #EA4335; }
.bgViolet 				{ background-color: #9629BF; }
.bgPink 				{ background-color: #f171b6; }
.bgBrown 				{ background-color: #775732; }

.fontWhite				{ color: #FFFFFF !important; }
.fontBlack				{ color: #000000 !important; }
.fontGreyDark			{ color: #555555 !important; }
.fontGrey				{ color: #CDCDCD !important; }
.fontBlue				{ color: #4285F4 !important; }
.fontGreen				{ color: #34A853 !important; }
.fontYellow				{ color: #FBBC05 !important; }
.fontOrange 			{ color: #FF7C17 !important; }
.fontRed 				{ color: #EA4335 !important; }
.fontViolet 			{ color: #9629BF !important; }
.fontPink 				{ color: #f171b6 !important; }
.fontBrown 				{ color: #775732 !important; }