body {
	margin:10px 10px 0px 10px;
	padding:0px;
	}
/* index.html */	
#left {
	width:33%;
	float:left;
	background:#fff;
	padding-bottom:10px;
	}
#left h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-top: 0px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 8px;
	margin-left: 2px;
	margin-right: 2px;
	}	
#center {
	width:34%;
	float:left;
	background:#fff;
	padding-bottom:10px;
	}
#center h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-top: 0px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 8px;
	margin-left: 2px;
	margin-right: 2px;
	}
#right {
	width:33%;
	float:left;
	background:#fff;
	padding-bottom:10px;
	}
#right h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-top: 0px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 8px;
	margin-left: 2px;
	margin-right: 2px;
	}	

/* Composer pages */		
.composer {
/* Like h1s for index.html but 75% wide */
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-top: 0px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 8px;
	margin-left: 2px;
	margin-right: 2px;
	width: 75%;
	padding: 5px;
		}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #316363;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 10px;
	margin-left: 2px;
	width: 75%;
	}

/* These two were defined to use the h2 style inline */
.header1 {
	/* Free Program Notes */
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	border-top-width: medium;
}
.header2 {
	/* Copy and Use Freely */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #316363;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	}

a {
	/* Allows the back arrow to exist inline with h2 */
	display: inline;
	background-position: bottom;
	text-decoration: none;
	}

/* Listing composer names */
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
ul {
	margin-left: 10px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	display: block;
	margin-right: 0px;
	margin-bottom: auto;
	}

p {
/* The program notes */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCFFFF;
	text-align: left;
	margin: 3px 0px 0px;
	padding: 5px;
	width: 75%;
	border: thin solid #0000FF;
	text-indent: 8px;
}
#title {
	background-position: left;
	display: inline;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #316363;
}
#index {
	text-align: right;
	position: relative;
	display: inline;
	width: 10%;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}
