body {
	background-color: #000099;
}
a {
	text-decoration: none;
	color: 3300FF;
}
a:visited {
	color: blue;
}
a:hover {
	color: white;
}
div.main {
	background-color: white;
	height: 100%;
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div.body {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
table.topmenu {
	background-color: yellow;
	width: 100%;
}
td {
	width: auto;
}
div#bottommenu {
	text-align: center;
	font-size: 10pt;
}
div#bottommenu a {
	text-decoration: none;
	color: white;
}
div#bottommenu a:visited {
	color: white;
}
div#bottommenu a:hover {
	color: black;
}
