div#glbox {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background: #cccccc;
	margin: 0px 0px 25px 0px;
}
a.gl { float: left; width: 26px; font-size: 11px; font-weight: bold; padding: 6px 0px 6px 0px; background-color: #cccccc; text-decoration: none; }
a.gl:hover { background-color: #E8E8E8; text-decoration: none; }
a.gl:visited { background-color: #cccccc; text-decoration: none; }
a.gl:visited:hover { background-color: #E8E8E8; text-decoration: none; }

div#entry {	background: #ffffff; margin: 0px 0px 22px 0px; padding: 0px; }
.gname { font-size: 12px; font-weight: bold; margin-right: 4px; }
.gdef { font-size: 12px; }
.gmi { font-size: 9px;	margin-top: 8px; display: block; }

