body { background-color: #e6eff8;}
	
body, div, li {
	color: #808080;
	font-family: sans-serif;
	font-size: 101%;
	letter-spacing: 0.1em;
	}
a:link, a:visited {
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
	}
a:active, a:hover {
	text-decoration: underline;
}

.container {
	background-color: #d9e6f4;
	border-left: 1px solid #f7fafd;
	border-top: 1px solid #f7fafd;	
	border-bottom: 1px solid #a3c3e4;	
	border-right: 1px solid #a3c3e4;
	height: 300px;
	left: 50%;
	margin-left: -200px;
	margin-top: -170px;
	padding: 40px;
	position: absolute;
	top: 50%;
	width: 400px;
	z-index: auto;
}

.container h3 {
	font-size: 106%;
	font-weight: bold;
	padding-top: 20px;
	}	
.container ul {
	color: #808080;
	background-color: #eeeeee;
	padding: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;	
	border-right: 1px solid #ffffff;	
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	}
.container ul:hover {
	border-top: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;	
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	}