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

