.artist {
	font-family: Georgia, Verdana, "Times New Roman";
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.company {
	font-family: Georgia, Verdana, "Times New Roman";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.company:hover {
    text-decoration: underline;
}
.artistpic {
	border: 2px dashed #CAC666;
}
.artistpic:hover {
	border: 2px solid #FFFFFF;
}
.artist:hover {
	font-family: Georgia, Verdana, "Times New Roman";
	font-size: 16px;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;

}
.artistmenu {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9B9632;
}
.artistmenu:hover {
	border-bottom-color: #FFFFFF;
}
.artistmenuframe {
	border: 1px solid #FFFFFF;
}

