@charset "utf-8";
/* CSS Document */

body {font:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:12px;}

a:link {color:maroon; text-decoration:none;} 
a:visited {color:maroon; text-decoration:none;} 
a:hover {color:blue; text-decoration:none;} 
a:active {color:black; text-decoration:none;}


	
table {
	width:95%;
	margin-right:auto;
	margin-left:auto;
	border-spacing:10px;
	}
	
#musictable {
	width:100%;
	border-spacing:0;
	padding-bottom:0;
	padding-top:0;
	}
	
#musictable td {
	border-color:#401216;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	}

.white {
	font-size:10pt;
	font-weight:300;
	padding:10px;
	color: #FFF;
	background-color:#333333;
	}	
	
#black {
	color:red;
	font-weight:bold;
	}	
