function makeRound()
{
	RoundedTop("div#bible-content","#FFF","#214A7F");
	RoundedTop("div#dict-content","#FFF","#214A7F");
	RoundedTop("div#comment-content","#FFF","#214A7F");
	RoundedBottom("div#bible-content","#FFF","#EEEEEE"); 
	RoundedBottom("div#dict-content","#FFF","#EEEEEE"); 
	RoundedBottom("div#comment-content","#FFF","#EEEEEE");
}

