body {
	margin: 0px;
	background-color: rgb(170,150,118);
	color: rgb(42,38,30);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}
a { text-decoration: none; color: rgb(109,94,76); }
a:hover { color: rgb(168,154,134); }
img { border: 0px; }

#main {
	color: rgb(170,150,118);
	background-color: rgb(42,38,30);
	margin-top: 10%;
	margin-bottom: 10%;
	padding-top: 1em;
	padding-bottom: 1em;
}
#linklist {
	white-space: nowrap;
	word-spacing: 2.5em;
}
#footer {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 6em;
}
