@charset "UTF-8";
/* CSS Document */

html {
	font-size: 200%;
}

	html, body, div, span, applet, object, iframe,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 200%;
    font: inherit;
    vertical-align: baseline;
}


.container{
	width:90%;
	background-color:#d7d7d7;
	color:black;
	text-align:center;
	margin:0 auto;
}
.maincontainer1{
	width:94%;
	background-color:#d7d7d7;
	color:black;
	text-align:left;
	margin:0 auto;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.maincontainer2{
	width: 94%;
	background-color: #d7d7d7;
	color: black;
	text-align: center;
	margin: 0 auto;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#menulink {
 display: none;
 list-style-type:none;
}

#menulink > li > a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 2.75em;  	
	color: black;
	background-color: #d7d7d7;
	display: block;
	text-decoration:none;
	padding: 0 0.833em;
}

#menulink > li/*:not(:last-child)*/ > a {
	border-bottom: 0.05em solid #aaaaaa;
}

.artistlist a {
	text-decoration: none;
	align-content:center;
	color:black;
}

.e {
	background-color:#a5a5d3;
	}