body {
	background-color: #ffffe0;
	color: black;
}

h1 {
	border-bottom: 1px dotted #ffa500;
	font-size: 20px;
	color: #ffa500;
}

h2 {
	border: none;
	font-size: 16px;
	color: #ffa500;
}



div#title, div#footer {
	position: fixed;
	left: 0px;
	width: 100%;
	
	background-color: #ffffe0;
	color: #ffa500;
	
	font-style: italic;
	padding: 5px;
	text-align: center;
	z-index: 2;
}

div#title {
	top: 0px;
	border-bottom: thin #ffa500 solid;
}

div#footer {
	bottom: 0px;
	border-top: thin #ffa500 solid;
}

div#main {
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	z-index: 1;
}



table#maintable {
	width: 100%;
	border-spacing: 50px;
}

table#maintable td {
	border-left: 5px #ffa500 solid;
	border-top: 1px #ffa500 solid;
	padding: 10px;
	width: 50%;
}

/*table#maintable*/ a:link, a:visited, a:hover {
	color: black;
	border: 1px dotted #ffa500;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

/*table#maintable*/ a:hover {
	border: 1px solid #ffa500;
}



table#footertable {
	/*font-size: 1px;*/
	color: #ffa500;
	font-style: italic;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%
}

a.clean:link, a.clean:visited, a.clean:hover, .clean {
	font-size: 5px;
	color: black;
	border: none;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: -5px;
	padding: 0px;
	text-decoration: none;
}
