.tdscroll {      /*  This controls the area showing existing messages */
height: 500px;
overflow: auto;
font-size: 12px;
color: black;
padding-left: 3px;
padding-right: 3px;
	}
.gbheader {         /* This is the large header at the top */
  font-size: 20px;
}
.gbbgcolor {        /* This is used to control the background color*/
  background-color: #E5EAF1;
}
.gbdate {    /* formatting for the date that is displayed, the date type can be controlled in config.lib.php */

}
.gbname {    /*formatting for the name that is displayed */
  font-weight: bold;
}
.gbcountry { /*formatting for the country that is displayed */

}
.gboutmsg {   /*formatting for the message that is sisplayed >/

}
.gbtable {       /* the border width is set in config.lib.php */
   border-color: #E5EAF1;
}				
