HTML {
	height: 100%;
	width: 100%;
}

BODY {
	color: #006600;
	background-color: #FFFAEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 98%;
	width: 99%;
}

A {
	color: #006600;
	text-decoration: none;
}

A:HOVER {
	color: #006600;
	/*border-bottom: 1px solid #006600;*/
	text-decoration: underline;
}

H1 {
	font-size: 26px;
	font-weight: bolder; 
	margin: 0px;
	margin-bottom: 50px;
	text-align: center;
	/*border-bottom: 1px solid #006600;*/
}

.tablewrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: 0px;
}

.navigation {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#mainbox{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 590px;
	/*border: 1px solid #000000;*/
	border: 0px;
	text-align: left;
}
