body {
	background-color: #c4dbb9;
}

table.music {
	text-align: left;
	width: 90%;
	margin: 20px;
	background-image: url(back.gif);
	background-repeat: repeat-x;
	background-color: white;
}
table.program {
	width: 90%;
	margin: 10px;
}
table.bulletin {
	width: 100%;
	text-align: center;
}

td.subhead {
	background-color: #C0D8D8;
	height: 20px;
	font-family: century, serif;
	color: white;
	font-size: 18px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #264449  2px 2px 2px;
}
td.prog {
	vertical-align: top;
}
.img {
	text-align: center;
}
.head {
	color: white;
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
}

p {
	font-family: century, serif;
	color: #264449;
}

a:link {font-family: century, serif; color: #264449;}
a:visited {font-family: century, serif;	color: #2B2649;}
a:active {font-family: century, serif;	color: #264449;}
a:hover {font-family: century, serif;	color: #9F9F9F;}

li {
	font-family: century, serif;
	color: #264449;
	vertical-align: top;
}

h1 {
	font-family: century, serif;
	color: #264449;
	text-indent: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
.intro {
	font-weight: bold;
	margin: 10px;
	font-size: 16px;
	color: #1F3B20;
}
.mid {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.right {
	text-align: right;
}
.pad {
	padding: 5px;
}