/*CSS*/
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
} 
p{
font-size:24px;
font-weight:bold;
}
#body
{
}
#artists
{
float:left;
padding:20px;
}
#musicians
{
float:left;
padding:20px;
}
#worth
{
float:left;
padding:20px;
}
