/*全局文字顏色定義---------------------------------------------------------------*/
.font_black{
    color:#444;
}

.font_red{
    color:#f00 !important;
}

.font_dark_red{
    color: #900 !important;
}

.font_white{
    color:#fff;
}

.font_green{
    color:rgba(25%,65%,25%,0.9) !important;
}

.font_gray{
    color:#777
}

.font_blue{
    color:#05a !important;
}

.font_yellow{
    color: #e8a424 !important;
}
/*---------------------------------------------------------------全局文字顏色定義*/
