body { background: PaleGreen;
       font-family: sans-serif;
       font-size: small; }

#image { float: right; text-align: center; margin-left: 10px; margin-bottom: 10px; background: SpringGreen; border: 1px solid DarkGreen; }
#image img { max-width: 200px; }
#imageCaption { margin: 5px; }

#name { margin: 0; display: inline; }
#sortname { margin: 0; }
#birth { margin-bottom: 0; }
#death,#yearsactive { margin: 0; }
#genres { margin-bottom: 0; }
#instruments { margin: 0; }
#links { clear: both; text-align: center; background: ForestGreen; padding: 5px; border: 1px solid DarkGreen; }
#links a { color: LawnGreen; }
#albums { width: 85%; margin: auto; font-size: small; border: 1px solid DarkGreen; border-collapse: collapse; }
#albums thead { background: ForestGreen; }
#albums .row0 { background: LightGreen; }
#albums .row1 { background: LimeGreen; }

#supergenres { margin-bottom: 0px; }
#origins,#derivativeOf,#subgenres,#derivatives,#stylisticChildren { margin: 0px; }
#artists { width: 85%; margin: auto; font-size: small; border: 1px solid DarkGreen; border-collapse: collapse; }
#artists thead { background: ForestGreen; }
#artists .row0 { background: LightGreen; }
#artists .row1 { background: LimeGreen; }
#loadingArtists { background: SpringGreen; text-align: center; font-weight: bold; font-style: italic; }
#loadingArtists td { padding: 10px; }