body {
color: rgb(80, 80, 80);
font-family: sans-serif;
font-size: 80%;
}

a {
color: rgb(125,125,125);
text-decoration: none;
}
a:hover {
color: rgb(105,105,105);
text-decoration: underline;
}


div#all {
height: 1000px;
}

div#header {
	font-size: 1.2em;
}

div#infobox {
margin: 50px auto;
width: 90%;
text-align: center;
}
#infobox #artistLocation {
font-size:75%;
}


table {
border-collapse:collapse;
margin: 50px auto;
/* width: 5060px; */
border: none;
}

td {
padding: 0px;
margin: 0px;
border: 0px;
width: 100px;
}
td.complete {
width:100px;
height:100px;
border: none;
}
td.addhere {
border: none;
width:100px;
height:100px;
opacity:0.65;
filter:alpha(opacity=65); /* For IE8 and earlier */
}
td.addhere:hover {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

td a {
display: block;
margin: 0px;
padding:0px;
border: 0px;
height: 100px;
width: 100px;
}
td a:hover {
border: 3px solid lightGrey;
height: 94px;
width: 94px;
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

