#w1 {
    color: rgb(188, 81, 90);
}
#w2 {
    color: rgb(79, 114, 130);
}
#w3 {
    color: rgb(38, 65, 75);
}

.black{
	color: rgb(0,0,0) !important;
}

.bblack{
	background-color: rgb(0,0,0) !important;
}

.white{
	color: rgb(255, 255, 255) !important;
}

.blue{
    color: rgb(79, 114, 130) !important;
}

.bblue{
    background-color: rgb(79, 114, 130) !important;
}

.gold{
    color: rgb(188, 81, 90) !important;
}

.bgold{
    background-color: rgb(188, 81, 90) !important;
}

.oldgrey{
    color: rgb(38, 65, 75) !important;
}
.grey{
	color: #eee !important;
}
.bgrey{
    background-color: rgb(38, 65, 75) !important;
}
.mediumgrey{
	color: #eee !important;
}
.bmediumgrey{
    background-color: #eee !important;
}
.lightgrey{
    color: #efefef; !important;
}

.blightgrey{
    background-color: #efefef; !important;
}
.bdarkgrey{
    background-color: #444; !important;
}
.darkgrey{
    color: #444 !important;
}
.grana{
	color: #70535C !important;
}
.bgrana{
	background-color: #70535C !important;
}
.almostwhite{
    color: #fafafa !important;
}

.balmostwhite{
    background-color: #fafafa; !important;
}
