body {
	background-color: #F0F0F0;
	margin-left: 20%;
	margin-right: 20%;
}

ul#Menu {
	padding: 0;
	text-align: center;
	border: 1px solid black;
	background-color: silver;
}
ul#Menu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0.3em;
}



h1#ProjectHeadline {
	word-spacing: 0.4em;
	letter-spacing: 0.3em;
	text-align: center;
	text-decoration: underline;
	color: white;
	background-color: teal;
	padding: 0.7em;
	border: 1px solid black;
}



div#Content {
	padding-left: 15px;
	padding-right: 15px;
}
div#Content h1 {
	font-size: x-large;
}
div#Content h2 {
	font-size: large;
}
div#Content p {
	text-indent: 10px;
	text-align: justify;
}



table#News {
	border-spacing: 5px;
}
table#News td {
	vertical-align: top;
}
table#News p {
	text-indent: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}



div#TopButton {
	text-align: right;
	font-size: x-small;
}



div#Footnote {
	font-size: x-small;
	text-align: center;
}



hr#Section {
	height: 3px;
	border: 1px dotted teal;
}
