.searchTable .lyrics td {
	font: 12px Arial;
}
.searchTable td a {
	color: #0073e6;
	font-weight: none;
	text-decoration: none;
}
.searchTable .lyrics a {
	font-weight: bold;
}
.searchTable td a:hover {
	color: #d20069;
	text-decoration: underline;
}
.searchTable td .album {
	color: #666;
}
.searchTable p {
	margin: 0;
	margin-top: 2px;
	font: 11px Arial;
	color: #666;
	font-style: italic;
}
.topbar {
	background: #d20069;
	font: 14px Arial;
	font-weight: bold;
	color: #FFF;
}
.searchTable .tags {
	font: 9px Arial;
	padding: 2px 10px;
	color: #CCC;
}
.searchTable .tags a {
	padding: 0 10px;
	color: #CCC;
	text-decoration: none;
}
.searchTable .related {
	background: #F5F5F5;
	font: 11px Arial;
	color: #227ed9;
}
.searchTable .related a {
	color: #666;
	text-decoration: none;
}
.paging {
	font: 11px Arial;
	color: #666;
	width: 100px;
}
.paging a {
	font: 12px Arial;
	font-weight: bold;
}
.paging .selected {
	font: 13px Arial;
	font-weight: bold;
	color: #666;
}
.noResults {
	padding: 5px 15px;
}
.noResults h1 {
	font: 25px Arial;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.noResults p {
	font: 12px Arial;
	color: #666;
}
.noResults ul li {
	font: 12px Arial;
	list-style: disc;
	color: #666;
	padding: 5px;
}
