BODY {
margin: 0px; 
padding: 0px; 
}

.ArtistPic {
margin-top: 20px;
margin-bottom: 15px;
/* width: 350px; */
border: 1px solid black;
}

.Table2 {
margin-bottom: 20px;
width: 550px;
}

.Table2 TD {
font-family: arial; 
font-size: 12px; 
vertical-align: top;
padding: 5px;
}

.Table2 TD:first-child {font-weight: bold;} 

.CloseButton {
	background: url(pics/closebutton.jpg);
	color: inherit;
	padding-top: 0px;
	vertical-align: middle;
	font: 13px arial,helvetica,sans-serif;
}
* html .CloseButton {padding-top: 2px;}

