a {color: black;}

.clear {float:none;}


img{
	border:0;
}

body		
{
	font-weight: bold;
	font-family:trebuchet MS; 
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#container		
{
	margin: 1em auto;
	width: 60%;
	padding: 1em;
	text-align: left;
}

li{
	margin-bottom: 15px;
	margin-top: 10px;
	list-style-type: none;
}

li.song{
	list-style-position: outside;
	margin-bottom: 15px;
	margin-top: 10px;
	/* list-style-type: hiragana; */
}

li.remix{
	margin-bottom: 0px;
	margin-left: 38px;
	margin-top: 0px;
	list-style-image: url(img/icon_tape.gif);
}

li.download{
	margin-left: 38px;
	margin-top: 15px;
	list-style-image: url(img/icon_multidownload.gif);
}

#light{
	color: #cccccc;
}

#marker{
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fdf836;
}

h2{
	font-size: 22px;
}


