#side_menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 15px;
}
#side_menu li {
	list-style-type: none;
}
#song_content {
	float: left;
	position: relative;
	margin-top: 10px;
	width:600px;

}

.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.menu_red {
	font-family: Tahoma;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.update {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.text_red {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.text_black {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.copyright {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

