/* Define basic document settings */

body {
	margin : 0px; 
	padding : 0px; 
	height : 100%; 
	width : 100%;
	background-color: #2BBF45;
}

div{
	margin : 0px; 
	padding : 0px; 
}

body, td {
	font-family: Verdana;
	font-size: 9px;
	color: Black;
}

/* table settings */

td.black{
	background-color: #000000;
}

td.green{
	background-color: #2BBF45;
}

td.guestbook1{
	background-color: #000000;
	border: solid lightgrey 1px;
	color: #FFFF99;
}

td.guestbook2{
	border: solid black 1px;
}

td.error{
	color: red;
	font-weight: bold;
}

td.altered{
	color: blue;
	font-weight: bold;
}

td.reserve{
	color: green;
	font-weight: bold;
}

td.type1{
	background-color	: #00FF00;
	font-family				: Verdana;
	font-size					: 16px;
	font-weight				: bold;
	color							: #FFFFFF;
}

td.type1a{
	background-color	: #000000;
	font-family				: Verdana;
	font-size					: 12px;
	font-weight				: bold;
	color							: #FFFFFF;
}

td.type2{
	background-color	: #219C00;
	font-family				: Verdana;
	font-size					: 10px;
	color							: #FFFFFF;
	border						: solid #00FF00 1px;
}

td.type3{
	background-color	: #FFFFFF;
	font-family				: Verdana;
	font-size					: 10px;
	color							: #000000;
	border						: solid #00FF00 1px;
}

td.type3error{
	background-color	: #FF0000;
	font-family				: Verdana;
	font-size					: 10px;
	color							: #000000;
	border						: solid #00FF00 1px;
}

/* horizontal rule setting */

hr {
	color: Black;
	height: 3px;
}

/* link settings */

A {
	color: #219C00;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1 em
}

A.footer1{
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
}
/* Define font settings */

font.title2 {
	font-family: Verdana;
	color: #219C00;
	font-size: 14px;
	font-weight: bold;
}

font.guestbooktitle1 {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFF99;
}

font.date1 {
	font-family: Verdana;
	color: #2BBF45;
	font-size: 10px;
	font-weight: bold;
}

font.error {
	font-family: Verdana;
	font-size: 11px;
	font-weight : bold;
	color: red;
}

font.title1 {
	font-family: Verdana;
	font-size: 14px;
	color: FFFF99;
	font-weight: bold;
}

font.footer1 {
	font-family: Verdana;
	font-size: 9px;
}
