.text-lightgray, .text-lightgrey {
    color: #dedede;
}
.text-gray, .text-grey {
    color: #999999;
}
.text-darkgray, .text-darkgrey {
    color: #444444;
}
.text-white {
    color: #ffffff;
}
.text-blue, .text-info {
    color: #0088cc;
}
.text-darkblue {
    color: #005580;
}
.text-orange, .text-warning, .text-warn {
    color: #f89406;
}
.text-red, .text-important {
    color: #cc0000;
}
.text-darkred {
    color: #b94a48;
}
.text-green, .text-success {
    color: green;
}
.text-lightgreen {
    color: #68c965;
}
.text-yellow {
    color: #c09853;
}
.text-darkcyan {
    color: #006677;
}
.text-cyan {
    color: #009999;
}
.text-black {
    color: black;
}