@charset "utf-8";

html, * {
	margin: 0;
	padding: 0;
}
	

#wrapper {
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	top: 40px;
	left: 53px;
	width: 424px;
	height: 560px;
	background-color: #ffffff;
}

#players {
	margin-top: 24px;
	margin-left: 18px;
}

#more {
	position: absolute;
	left: 18px;
	bottom: 72px;
	font-size: 13px;
	text-decoration: underline;	
	width: 388px;
	border-top: 1px solid #000000;
	padding-top: 6px;
}

a {
	color: #000000;
}

h1, h2 {
	font-size: 42px;
	letter-spacing: -3px;
}

h1 {
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font-style: italic;
	font-weight: normal;
	margin-top: -3px;
}
