#gb				{	margin:			0 10% 2em 10%;
					position:		relative;
				}

.warning		{	color:			black;
					background:		#FFCC66;
					padding:		0.2em;
				}
#navback		{	position:		absolute;
					left:			0;
					bottom:			0;
					width:			20%;
					text-align:		left;
				}
#navfwd			{	position:		absolute;
					right:			0;
					bottom:			0;
					width:			20%;
					text-align:		right;
				}
#navpages		{	text-align:		center;
					width:			50%;
					margin-left:	25%;
				}
table.gbentry	{	margin-bottom:	2em;
				}
table.gbentry td,
table.gbentry th
				{	border:			1px solid gray;
					margin:			0;
					padding:		0.2em 1em;
					font-weight:	normal;
					text-align:		left;
				}

input[type="text"],
textarea		{	font-size:		90%;
					font-family:	monospace;
				}
table.gbentry td.message,
table.gbentry th.message,
table.gbentry td.comment
				{	padding:		1em;
					background:		black;
					text-align:		left; /*justify;*/
				}

table.gbentry td.comment
				{
					font-family:	"Comic Sans MS", cursive;
				}


hr.invisible	{	display:		none;
				}