@import "../style.css";

#content_left a {
	display: block;
	margin-top: 10px;
	border: 1px solid silver;
	text-decoration: none;
	font-weight: bold;
	width: 80%;
	padding: 2px;
}
#content_left a:hover {
	border: 1px solid silver;
	color : black;
	background-color: silver;
}
.rwoa_left {
	float: left;
	width: 60px;
	height: 60px;
}
.rwoa_right {
	float: right;
	vertical-align: bottom;
	height: 60px;
	width: 450px;
}
.rwoa_artist {
	display: block;
}
.rwoa_year {
	
}
.rwoa_album {
	
}
