body {
	color: black;
	font-family: arial,geneva;
	font-size: small;
	background-color: #770000;
}
a {
        color: #990000;
	text-decoration: none;
}
a:hover {
        color: #990000;
	text-decoration: underline;
}
a.nav {
	font-weight: bold;
        color: #444444;
	text-decoration: none;
}
a.nav:hover {
        color: #990000;
	text-decoration: underline;
}
a.activenav {
	font-weight: bold;
        color: #990000;
	text-decoration: none;
}
a.activenav:hover {
        color: #990000;
	text-decoration: underline;
}
.quote {
	color: #003B77;
	font-weight: bold;
}
.credit {
	font-size: smaller;
	font-style: italic;
}
.attribution {
	font-size: smaller;
	margin-left: 50px;
	text-indent: -1em;
}
p.copyright {
	font-size: x-small;
	text-align: center;
	color: white;
	padding-bottom: 30px;
}
span.nav {
	margin-top: 0px;
	background-color: #f0f0f0;
	padding: 5px 30px 5px 30px;
	border: 1px #dddddd solid;
}
div.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	border: 1px white solid;
}

div.Row {
	width: 80%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.Composer {
	font-weight: bold;
	float: left;
	width: 40%;
}
div.Works {
	float: right;
	width: 59%;
}

div.Composer3 {
	font-weight: bold;
	float: left;
	width: 32%;
}
div.Column2 {
	width: 32%;
}
div.Column3 {
	float: right;
	width: 32%;
}

a.anchor {
        color: black;
	text-decoration: none;
}

table.repertoire {
	margin-left: auto;
	margin-right: auto;
}

.MonthHeader {

	padding-right: 5px;

	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;

	border-top: 2px #333333 solid;

	font-size: larger;
	font-weight: bold;
	color: #333333;
	width: 90%;
	text-align: right;
}

.Performance {
	margin-left: 80px;
	margin-right: 100px;
	margin-bottom: 1.5em;
}

.PerformanceTitle {
	color: #003B77;
	font-weight: bold;
}

.PerformanceDate {
	font-size: smaller;
	font-style: italic;
}

.PerformanceDescription {
	margin-left: 50px;
	color: #666666;
}

