//GENERAL CONFIGURATION
//GCI SITE

//-Background GUI color
var color = "FF0000";

//-Default GUI text color
var guiTextColor = "000000";

//GUI and results links text sizes (in pts) and colors
var links800 = 8;
var links = 9;
var linksColor = "000000";
var resultColor = "000000";
var nomatchColor= "FF0000"; //Color of text if no matches found
var matchColor= "000000"; //Match text color in keyword searches
var headingColor= "000000"; // Color of heading below results
var searchItemColor = "000000"; //Search item in keyword searches

//-Featured Advertisers links color
var featuredColor = "00DDDD";


