/* Artist Links */

.links {
 margin: 0;
 clear: both;
}
.links li {
 width: 33%;
 list-style: none;
 clear: none;
 display: inline;
}
.links a {
 position: static;
 width: 33%;
 display: block;
 float: left;
}
.links strong {
 position: static;
 width: 33%;
 display: block;
 float: left;
}