/* common style sheet */
body{
	background-color: #000000;
	/*font-family: Georgia, bookman old style, verdana, tahoma, arial, book antiqua;*/
	font-family: Arial, sans-serif, Geneva, Helvetica;
	color: #22eeee;
	
}
h1 {}
h2 {
}
p {}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: #dddddd;
}

a.none{
	color: #22eeee;
}


a.hilight{
	color: #0000ee;
	text-decoration:underline;
}

a.hilight:hover{
	color: #00dd00;
}

a.subtle{
	font-size:small;
	color: #117777;
}

a.subtle:hover{
	color: #22eeee;
}

.title{
font-style: italic;

}

#title{
width: 100%;
text-align: center;
}

.sectionTitle{
font-weight: bold;
font-size: larger;
}

.subsection{
font-weight: bold;
}

TABLE.title{
	width: 700px;

}

TABLE.piece{
	width: 700px;
	border-top: thin dotted;
	 margin-bottom: 50px;
}

TD.piecetitle{
	 text-align:center;
}

TD.score{
	 text-align:center;
	 width:20%;
}

TD.recording{
	 text-align:left;
	 	 width:80%;
}

.performers{
	font-size: smaller;
}

.event{
	font-size: smaller;
	color: #22ffdd;
}

.soundLink{
	border-style: dashed;
	border-width: 0px 1px 0px 1px ;
	padding: 1px;
}