#my-player
{
	margin-top: 12px;
	margin-bottom: 12px;
}

div.title2author
{
	max-width: 750px;
	margin: 0 auto;
	margin-top: 4px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: 600;
}
div.title2author a
{
	text-decoration: none;
	color: #789;
	padding-bottom: 1px;
	border-bottom: 1px dotted #789;
}
div.title2author a:hover
{
	color: #987;
	border-bottom: 1px dotted #987;
}

b {
	font-weight: 600;
	color: #567;
}

a.expcolls {
	display: block;
	margin-top: 12px;
	padding: 12px;
	text-decoration: none;
	color: #123;
	background: linear-gradient(to bottom, #eee 0%,#fff 47%,#eee 100%);
	border-radius: 12px;
	text-shadow: 1px 1px 0px #fff;
	text-align: justify;
}
a.expcolls p {
	margin-top: 7px;
}
a.expcolls p:first-child {
	font-weight: bold;
	color: #345;
}
