body {
font-family: Arial;
font-size: 12px;
color: #000000;
background-color: #ffff66;
}
a:link {
color: #ffff66;
display: inline-block;
background-color:#000000;
font-size: 12px;
font-weight: bold;
}
a:visited {
color: #ffff66;
display: inline-block;
background-color:#000000;
font-size: 12px;
}
a:hover {
color: #ffff66;
display: inline-block;
background-color:#000000;
font-size: 12px;
}
.h1, h2, h3, h4, h5, h6 {
font-family: Arial;
font-weight: bold;
}
.h1 {
font-size: 14px;
}
.h2 {
font-size: 14px;
}
.h3 {
font-size: 16px;
}
.h4 {
font-size: 18px;
}
.h5 {
font-size: 18px;
}
.h6 {
font-size: 24px;
}

/* styles the top part, where the welcomeMessage and the input forms etc. are at  */
div.gbinputarea	{
	background-color: #000000;
	border-style: none;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the input part, where the textarea etc. is at  */
div.gbinput	{
	background-color: #ffff66;
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the table holding the entries, the border-collapse is important or you will get double lines between the table cells */
table.gbdisplay	{
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	width: 80%;
}

/* styles the left (nickname) part of the entries */
td.posttopleft	{
	background-color: #ffff66;
	font-size: 12px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: 20%;
	padding: 5px;
}

/* styles the right (date, time) part of the entries */
td.posttopright	{
	background-color: #ffff66;
	font-size: 12px;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: auto;
	padding: 5px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{
	background-color: #ffff66;
	font-size: 12px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000000;
	width: 20%;
	height: auto;
	padding: 5px;
	padding-top: 10px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{
	background-color: #ffff66;
	font-size: 12px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000000;
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 25px;
}

td.posttop
{
	background-color: #ffff66;
	font-size: 12px;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: auto;
	padding: 5px;
}


td.postbottom
{
	background-color: #ffff66;
	font-size: 12px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000000;
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

span.forgotten	{
	color: #000000;
}

span.nickname	{
	font-weight: bold;
}

span.dateandtime	{
	color: #000000;
	font-weight: bold;
}

span.simpleDateandtime	{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

/* the div which contains the link to the admin mode at the end of the script */
div.adminlink	{
	font-size: 9px;
	text-align: center;
	margin-top: 8px;
}

div.jsHelpLine	{
	color: #ffff66;
}

div.pageNavigation	{
	text-align: center;
	width: 100%;
	font-weight: bold;
}

div.htmlFooter	{
 text-align: center;
 font-size: 9px;
 margin-top: 10px;
}

#editConfigLink	{
	background-color: #ffff66;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
}

#totalNumber	{
	font-weight: bold;
	text-align: left;
	background-color: #ffff66;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
}

/* this gives the buttons and the other input fields their stylish flat look - disabled if unwanted */
input, textarea	{
	color: #000000;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 1px;
}

img	{
	border-style: none;
	border-width: 0px;
}

.deleteButton	{
	color: #000000;
	background-color: #fff;
	border-color: #000000;
	margin: 5px;
}