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

body {
	font-family: "Courier New", Courier, monospace; 
	font-size: 10px;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
#center {
	width: 400px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -250px;
}

