body {
	background-color: #efe;
	margin: 0 0 0 0;
	font: 20px "Avant Garde Medium BT", Tahoma, sans-serif;
	color: #393;
	vertical-align: middle;
	text-align: left;
}

div#content {
	background-color: #cec;
	border: 1px dotted #aca;
	position: absolute;
	z-index: 1000;
	left: 50%;
	width: 30em;
	margin-left: -15em;
	top: 50%;
	height: 13em;
	margin-top: -6.5em;
	padding: 12px;
}

div#shadow {
	background-color: #cdc;
	position: absolute;
	z-index: 900;
	left: 50%;
	width: 30em;
	margin-left: -14.8em;
	top: 50%;
	height: 13em;
	margin-top: -6.3em;
	padding: 12px;
}

a {
	color: #030;
	text-decoration: none;
	border-bottom: 1px solid #161;
}

a:hover {
	text-decoration: none;
	border-bottom: 2px solid #161;
}

a:active {
	color: #0f0;
	border-bottom: 2px solid #0f0;
}

li {
	margin-left: 1.5em;
	list-style-type: none;
}
