/* BCCB stylesheet */





.heading {
	font-family: castellar;
	font-size: 40px;
	text-decoration: underline;
	text-align: center;
	color:#000000;
	
}



         body  {
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(pictures/musicbackground2.jpg);	 
}

         p     {
	font-size: 14pt;
	color: blue;
	font-family: "Georgia";
	text-align: center;
}
.p2 {
	font-size: 14pt;
	color: blue;
	font-family: "Georgia";
	text-align: left;
	text-indent: .5em;
}

li
{
		font-size: 12pt;
	color: blue;
	text-indent: 1em;
	font-family: "Georgia";
	text-align: center;

}

ol
{
		font-size: 12pt;
	color: blue;
	text-indent: 1em;
	font-family: "Georgia";
	text-align: center;

}
em               {
	color: #0000FF;
	font-weight: bold;
	;
}


    table    {
	font-size: 12pt;
	font-family: "Georgia";
	
	text-align: center;
	margin-left:auto; margin-right:auto;
	border-width: 7px; 
border-style: outset;
background-image: url(pictures/musicbackground.jpg);
} 


td {
	border-width: medium; 
border-style: outset;



}
td.pic
{
	padding-right:17px;
	
}

th {
	border-width: medium; 
border-style: outset; 
text-decoration: underline;
font-weight: bold;

}

