@charset "UTF-8";
body {
	background-color: #DAC09F;
	text-align: center;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #D9C0A0;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
#apDiv1 {
	width:70%;
	z-index:1;
	text-decoration: none;
	background-color: #DFB250;
	padding: 20px;
	border: 3px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-position: inside;
}
