html {
	height: 100%;
}

body {
	height: 100%;
	margin-top: 0px;
	font-family: "Book Antiqua", serif;
	line-height: 1.5;
}

a:active,a:link,a:visited {
	color: #8a0117;
	line-height: 1.5;
}

table.main {
	height: 100%;
	width: 900px;
	text-align: middle;
	margin-left: auto;
	margin-right: auto; 
	background-color: white;
}

table.objects {
	border-style: none;
}

td.objects {
	border-style: solid;
	border-color: #a3a2aa;
	border-width: 1px;
}
