body {
	background-color: white;
	color: black;
	font-family: verdana, arial;
	font-size: 0.8em;
	margin: 2px;
	margin-top: 0px;
}

h1 {
	background-color: silver;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 300%;
}

h2, h3 {
	font-size: 130%;
}

.nostyle {
	color: black;
	text-decoration: none;
}

.menulink {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#menu {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 2px;
}

div#place {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	background-color: silver;
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid black;
}