hi
how to change the font color and bar color?
Thank you
Jack
               
                
               
          


#header .moduletable > h3, #gk-container .moduletable > h3, #gk-container .moduletable_menu > h3, #gk-container .moduletable_text > h3, .header_right > .moduletable_content > h3 {
    background: none repeat scroll 0 0 #CA002E;// here change background color
}
#header .moduletable > h3, #gk-container .moduletable > h3, #gk-container .moduletable_menu > h3, #gk-container .moduletable_text > h3, .header_right > .moduletable_content > h3 {
    background: none repeat scroll 0 0 #FFAE00;
    color: #0D0D0D; // here
    float: left;
    font-size: 150%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-transform: uppercase;
    width: auto;
}

