
	div#news {
		position: absolute;
		top: 120px;
		left: 0px;
		width: 235px;
		text-align: left;
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 50px;
	}

	div#news a {
		color: #B97A7A;
		font-weight: normal;
		text-decoration: underline;
	}

	div#news a.artist {
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
	}

	div#news a:hover {
		color: #714242;
		text-decoration: underline;
	}
