/*
 * MTC style sheet 
 */

body {
    background: #C0C0C0;
    color: #000080;
    font-family: 'book antiqua', serif
}
a:link {
	color: #0000FF
}
a:visited {
	color: #800080
	}
img.logo {
	vertical-align: top;
	float: right;
	margin-left: 2em;
	margin-bottom: 0.5em
	}
h1, h2 {
	text-align: left
}
hr {
	clear: both;
	display: block
}
.very {
	color: #FF0000
}
table, tr, td, th {
   vertical-align: top
}
table {
	width: 90%;
	margin-left: 5%;
	margin-right: auto
} 
td {
   text-align: left
}
th {
   font-style: italic;
   text-align: center
}
th.day, td.day {
   width: 8%
}
th.date, td.date {
   width: 20%
}
th.artist, td.artist {
   width: 36%
}
th.note, td.note {
   width: 36%;
	font-size: smaller
}
span.support {
	font-size: smaller;
	display: block
}
span.support:before {
	Content: " "
}
p.attribution {
	text-align: right
}
p.location, p.contact {
    margin-left: 2em
}
p.credit {
    font-size: smaller;
    font-style: italic;
    clear: both
}
p.navig {
	clear: both
}
img.navig {
	height: 31px;
	width: 31px;
	vertical-align: middle;
	margin-right: 1em;
	border-style: none
}
img.sponsor {
	height: 50px;
	width: 50px;
	vertical-align: middle;
	margin-right: 1em;
	border-style: none
}