@charset "UTF-8";
/* CSS Document */

body, html {height: 98%;} 

body,td,th {
	background-color: #e3ded2;
	color: #000000;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
#main {
	width: 100%;
	position: static;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-width: 0px;
	border-style: none;
}
.hidden {
	display: inline;
}

.right {
	text-align: right;
	padding-right: 10px;
}
