@charset "UTF-8";
/* CSS Document */



#links {
	width: 800px;
}
#links h1 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 300px;
	margin: 20px auto 60px auto;
	border-bottom: 4px solid #ccbb99;
}
#links h3 {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 40px auto 10px auto;
}
#links li {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	height: 50px;
	width: 400px;
	margin: 10px auto;
	border: solid 1px #555555;
	display: block;
}
#links a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
}
#links a:visited {
	color: #000000;
	text-decoration: none;
}
#links a:hover {
	color: #000000;
	text-decoration: none;
	height: 48px;
	border-bottom: solid 2px #000000;
}
#links a:active {
	color: #000000;
	text-decoration: none;
}