/*text color*/
.text_white, .text_white a {
    color: #fff;
}

.text_light, .text_light a {
    color: #eee;
}

.text_lightgray, .text_lightgray a {
    color: #dfe0eb;
}

.text_gray, .text_gray a {
    color: #8F8F8F;
}

.text_darkgray, .text_darkgray a {
    color: #686666;
}

.text_red, .text_red a {
    color: #e2211c;
}

/*text size*/
.text_small {
    font-size: .9em;
}

.text_big {
    font-size: 1.2em;
}

.text_large {
    font-size: 1.5em;
}

.text_huge {
    font-size: 2em;
}