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

body {
	color: #FF0;
	background-color: #000;
	display: table;
	text-align: center;












	position: absolute
:center;
	top: inherit;
	position: absolute;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
}


a:link {
	color: #6F6;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #F6C;
}
a:active {
	color: #9FF;
}
