body {
	background-color: black;
	color: #dbc5bd;
	font-family: Georgia,Times New Roman,serif;
	line-height: 1.3em;
}
#content {
	margin: 2em auto 1em auto;
	width: 800px;
}

#footer {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer li {
	display: inline;
	margin-right: 2em;
	white-space: nowrap;
	line-height: 2em;
}

li a, p a, td a {
	color: #5f66a2;
	border-bottom: 1px solid #323442;
	text-decoration: none;
}
li a:hover, p a:hover, td a:hover {
	border-bottom: 1px solid #5f66a2;
}
a img {
	border: none;
}
a.smaller {
	font-size: 0.8em;
}

li {
	margin-bottom: 1em;
}

td {
	vertical-align: bottom;
}
