
table.gb
{
	table-layout: fixed;
	width: 100%;
}

td.gboben
{
	border-color: #cc0000;
	border-style: inset;
	border-width: 2px 2px 2px 2px;
	background-color: #000000;
}

td.gblinks
{
	width: 25%;

	font-size: 8pt;

	border-color: #cc0000;
	border-style: inset;
	border-width: 0px 2px 2px 0px;
}

td.gbrechts
{
	width: 75%;

	border-color: #cc0000;
	border-style: inset;
	border-width: 0px 0px 2px 2px;
}

td.gbleft
{
	width: 75px;
}


