@charset "utf-8";

body {
	background-color: #FF9;
}
#categories {
	position: absolute;
	left: 188px;
	top: 123px;
	width: 386px;
	height: 134px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#title {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 234px;
	top: 21px;
	height: 69px;
	width: 427px;
}
#songlist {
	position: absolute;
	left: 248px;
	top: 217px;
	height: 4656px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F03;
}
a:active {
	text-decoration: none;
	color: #00F;
}
#categories2 {
	position: absolute;
	left: 166px;
	top: 107px;
	width: 570px;
	height: 97px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#container_songlist {
	position: absolute;
	height: 5144px;
	width: 955px;
	left: 54px;
	top: 12px;
	border: thin solid #000;
}
