.text-red
{
	color: #eb0001;
}
.text-deep-red
{
	color: #b61118;
}
.text-blue
{
	color: #90c2d6;
}
.text-white
{
	color: #ffffff;
}
.text-almostblack
{
	color: #444444;
}
.text-black
{
	color: #000000;
}
.text-gray
{
	color: #aaabad;
}
.text-maincolor
{
	color: #000000;
}
.text-altcolor
{
	color: #90c2d6;
}
.text-altcolor2
{
	color: #555555;
}
.text-oppcolor
{
	color: #000000;
}
.background-dark
{
	background-color: #999999;
}
.background-light
{
	background-color: #35383d;
}