@charset "utf-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FC0;
}
body {
	background-color: #000;
	text-align: center;
}
#apDiv1 {
	position:relative;
	left:auto;
	top:auto;
	width:770px;
	height:auto;
	z-index:1;
	background-color: #333;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FC0;
	background-attachment: fixed;
	padding: 10px;
	margin: auto;
	text-align: center;
}
a:link {
	color: #6FF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FFC;
}

