body {
	background-color: #D38064;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.footer {
	color: #fff;
}
td.footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #fff;
}
#menu li {
	height: 25px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	/* border-top-color: #DB8879; */
	border-top-color: #410C08;
}
#menu li.top {
	border-top: none;
}
#menu li a {
	/* color: #4E1E15; */
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
}
#menu li a:hover {
	color: #4E1E15;
	background-color: #fff;
}