@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
}
td,th {
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	border-collapse:collapse;
}

.style1 {font-size: 9px;}
.style6 {color: #FFFFFF;}
.style7 {font-size: 16px; font-weight:bold;}

-->
A:link {
	text-decoration: none; color: #7d0d33;
	}
A:visited {
	text-decoration: none ; color: #7d0d33;
	}
A:active {
	text-decoration: none; color: #7d0d33;
	}
A:hover {
	text-decoration: underline; color: #7d0d33;
	}
	
#song-cast {
	clear:both;
	width:350px;
	margin: 40px auto 20px auto;
	padding:20px 20px 10px 20px;
	background:#666;
}
#song-cast img{
	float:left;
	padding:0 30px 0 0;
}
#song-cast a{
	color:#FFF;
}

