::-moz-selection {
	color: #ffffff;
	background: #262626;
}
::selection {
	color: #ffffff;
	background: #262626;
}

.main-colour {
	color: #262626 !important;
}
.main-bg {
	background: #262626 !important;
}

.light-grey {
	background: #e6e6e6 !important;
}
.light-grey-colour {
	color: #e6e6e6 !important;
}

.light-white {
	background: #f1f1f1 !important;
}
.light-white-colour {
	color: #f1f1f1 !important;
}

.dark-gray {
	background: #8a8a8a !important;
}
.dark-grey-colour {
	color: #8a8a8a !important;
}


.white {
	background: #ffffff !important;
}
.white-colour {
	color: #ffffff !important;
}

.black {
	background: #000000 !important;
}
.black-colour {
	color: #000000 !important;
}

.light-black {
	background: #171717 !important;
}
.light-black-colour {
	color: #171717 !important;
}
.lighter-black {
	background: #252525 !important;
}