body {
	margin: 0px;
	background-color: #99CCCC;
	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 145%;
	color: #336666;
	padding: 0px 10px 10px;
	}

.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CEC4AB;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #C26363;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E89C76;
	}

.link {
	color: #FFFFFF; 
	text-decoration: none;
	}
	
a:hover { 
	color: #608080;
	}