html, body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background-color: white;
	color: #646464;
	font-size: 11px;
	font-family: Verdana, 'Arial Narrow', 'ZapfEllipt BT', 'Times New Roman', Arial;
	font-variant: small-caps;
	overflow: auto;
	text-align: center;
}
a:link, a:visited, a:hover {
	border: none;
	text-decoration: none;
	background-color: white;
	color: #646464;
}
#all {
	margin: 0;
	padding: 0;
	height: 580px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(use/back.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: white;
	border: 3px groove #8c8c8c;
	text-align: center;
}

#main {
	height: 550px;
	width: 950px;
	text-align: center;
}
#foot {
	height: 30px;
	width: 950px;
	text-align: left;
}
dl, dl dt {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	font-size: 16px;
	font-family: Verdana, 'Arial Narrow', 'ZapfEllipt BT', 'Times New Roman', Arial;
	font-variant: small-caps;
}
dl {
	width: 944px;
	height: 30px;
	padding-left: 2px;
}
dl dt a:link, dl dt a:visited{
	float: left;
	width: 157px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}
dl dt a :hover{
	float: left;
	width: 157px;
	height: 25px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
}
.active {
	color: #745051;
	text-decoration: underline;
}
.desc {
	font-size: 15px;
	font-variant: normal;
	text-align: justify;
}
img {
	border: none;
}